Line wrap is now disabled by default
This commit is contained in:
parent
dbc8c6cc1e
commit
aff2e634c4
1
1.6.md
1
1.6.md
|
@ -24,6 +24,7 @@ the color white, it's now based on your foreground color.
|
|||
- Progress bars are now by default colored based on your distro's logo colors.
|
||||
- Use `stty` instead of `read -s` to fix an issue with escape sequences<br \>
|
||||
appearing in the output.
|
||||
- Line wrap is now disabled by default.
|
||||
|
||||
### Packages
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ colors=(distro)
|
|||
|
||||
# Toggle line wrapping
|
||||
# --line_wrap on/off
|
||||
line_wrap="on"
|
||||
line_wrap="off"
|
||||
|
||||
# Toggle bold text
|
||||
# --bold on/off
|
||||
|
|
Reference in New Issue