emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm eea5f20da3: helm-ff-rsync-progress-bar-style default


From: ELPA Syncer
Subject: [nongnu] elpa/helm eea5f20da3: helm-ff-rsync-progress-bar-style default to bar on graphic display
Date: Sat, 22 Jul 2023 01:02:34 -0400 (EDT)

branch: elpa/helm
commit eea5f20da36a21a904e560a21485bbed835a68a1
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    helm-ff-rsync-progress-bar-style default to bar on graphic display
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 94e70ad9cf..b657438b42 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -652,7 +652,7 @@ currently transfered in an help-echo in mode-line, if you 
use
   "Percentage unicode sign to use in Rsync reporter."
   :type 'string)
 
-(defcustom helm-ff-rsync-progress-bar-style 'text
+(defcustom helm-ff-rsync-progress-bar-style (if (display-graphic-p) 'bar 'text)
   "Style of progress-bar for rsync action.
 Value can be either bar or text.
 Progress bar is inaccurate on non graphic displays, use text instead."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]