summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-26 22:40:27 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-26 22:40:27 +0100
commitceb3a57f67f33b33c1f6cafdd0ef81808273f0c0 (patch)
tree3efbec0cb53f5ae018aea9f6c3dfa2f40c823022 /fish
parent09a7545649e6cac0de2c4421cb64b659164174ee (diff)
downloadlibguestfs-ceb3a57f67f33b33c1f6cafdd0ef81808273f0c0.tar.gz
libguestfs-ceb3a57f67f33b33c1f6cafdd0ef81808273f0c0.tar.xz
libguestfs-ceb3a57f67f33b33c1f6cafdd0ef81808273f0c0.zip
progress: Make default UTF-8 progress bar less black.
Diffstat (limited to 'fish')
-rw-r--r--fish/progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/progress.c b/fish/progress.c
index ac98ca04..c368bc5a 100644
--- a/fish/progress.c
+++ b/fish/progress.c
@@ -297,7 +297,7 @@ progress_bar_set (struct progress_bar *bar,
if (bar->utf8_mode) {
s_open = "\u27e6";
- s_dot = "\u2589";
+ s_dot = "\u2593";
s_dash = "\u2550";
s_close = "\u27e7";
} else {