From b206af78e0e6d2ff3324f3b2dc333d1b4e54f5b9 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Fri, 9 Nov 2007 19:54:18 -0500 Subject: Add TotalDownload option. This will be used in the next commit. Signed-off-by: Nathan Jones Signed-off-by: Dan McGee --- src/pacman/conf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 7249f068..b7844d7d 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -65,6 +65,9 @@ typedef struct __config_t { unsigned short chomp; /* I Love Candy! */ unsigned short usecolor; /* enable colorful output */ unsigned short showsize; /* show individual package sizes */ + unsigned short totaldownload; /* When downloading, display the amount + downloaded, rate, ETA, and percent + downloaded of the total download list */ } config_t; /* Operations */ -- cgit v1.2.3