From 969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Thu, 23 Apr 2020 13:12:03 -0500 Subject: Add NoProgressbar to pacman.conf options This is useful for dumb terminals that do not support escape sequences. Signed-off-by: Ivy Foster Signed-off-by: Allan McRae --- etc/pacman.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 7446944f..e3c73e13 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -31,6 +31,7 @@ Architecture = auto # Misc options #UseSyslog #Color +#NoProgressBar #TotalDownload CheckSpace #VerbosePkgLists -- cgit v1.2.3-54-g00ecf