Changelog

This commit is contained in:
Dylan 2016-04-24 20:41:40 +10:00
parent cda09a2ca9
commit 7eaa989315
1 changed files with 3 additions and 2 deletions

5
1.7.md
View File

@ -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<br \>
- You can now individually set the progress bar characters by using<br \>
`progress_char_elapsed` and `progress_char_total`. This means that you can<br \>
have a seperate character for the elapsed and total portions of the bar.
```sh