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:
Daniel Eklöf 2020-10-06 18:42:26 +02:00
parent 71c54fb87c
commit 207b24538d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 6 additions and 2 deletions

View file

@ -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).