mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
term: enable reverse wrap-around by default
Since we’re now doing reverse auto-wrapping by default, we add ‘bw’ (‘auto_left_margin’)to terminfo.
This commit is contained in:
parent
71c54fb87c
commit
207b24538d
3 changed files with 6 additions and 2 deletions
|
|
@ -17,8 +17,9 @@
|
|||
## Unreleased
|
||||
### Added
|
||||
|
||||
* Implement reverse auto-wrap. This mode can be enabled/disabled with
|
||||
`CSI ? 45 h` and `CSI `45 l`. It is disabled by default
|
||||
* Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in
|
||||
terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and
|
||||
`CSI `45 l`. It is **enabled** by default
|
||||
(https://codeberg.org/dnkl/foot/issues/150).
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue