changelog: 'not' -> 'now'

This commit is contained in:
Daniel Eklöf 2020-07-14 12:48:16 +02:00
parent 3fd61fa120
commit 7d134e6b1c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -101,7 +101,7 @@
* `C0::LF` now always clears `LCF`. Previously, it only cleared it * `C0::LF` now always clears `LCF`. Previously, it only cleared it
when the cursor was **not** at the bottom of the scrolling region. when the cursor was **not** at the bottom of the scrolling region.
* `IND` and `RI` now clears `LCF`. * `IND` and `RI` now clears `LCF`.
* `DECAWM` not clears `LCF`. * `DECAWM` now clears `LCF`.
* A multi-column character that does not fit on the current line is * 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 now printed on the next line, instead of only printing half the
character. character.