term: print: force line-wrap if a multi-column character does not fit on current line

This commit is contained in:
Daniel Eklöf 2020-07-14 10:58:57 +02:00
parent bc2fc778ae
commit 9dc1d18241
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 0 deletions

View file

@ -102,6 +102,9 @@
the cursor was **not** at the bottom of the scrolling region.
* `IND` and `RI` now clears `LCF`.
* `DECAWM` not clears `LCF`.
* A multi-column character that does not fit on the current line is
now printed on the next line, instead of only printing half the
character.
### Security