From 7eaa9893152d2cb4570e4e9e6b00159fafc0321f Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 24 Apr 2016 20:41:40 +1000 Subject: [PATCH] Changelog --- 1.7.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/1.7.md b/1.7.md index 5d583fb7..16b808c8 100644 --- a/1.7.md +++ b/1.7.md @@ -96,7 +96,7 @@ called `fg` which will set the color to your foreground color. ### Progress Bars -- You can now enable/disable a border around the progress bars. +- You can now enable/disable a border around the progress bars with `progress_border`. ```sh # $progress_border on @@ -106,7 +106,8 @@ called `fg` which will set the color to your foreground color. =====----- ``` -- You can now individually set the progress bar characters. This means that you can
+- You can now individually set the progress bar characters by using
+`progress_char_elapsed` and `progress_char_total`. This means that you can
have a seperate character for the elapsed and total portions of the bar. ```sh