diff options
Diffstat (limited to 'fish')
-rw-r--r-- | fish/progress.c | 2 |
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 { |