mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-11 08:21:01 -04:00
changelog: prefix all C0 names with 'C0::'
This commit is contained in:
parent
6ea9d1246f
commit
635698722e
1 changed files with 3 additions and 3 deletions
|
|
@ -96,10 +96,10 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/35).
|
(https://codeberg.org/dnkl/foot/issues/35).
|
||||||
* `C0::VT` to be processed as `C0::LF`. Previously, `C0::VT` would
|
* `C0::VT` to be processed as `C0::LF`. Previously, `C0::VT` would
|
||||||
only move the cursor down, but never scroll.
|
only move the cursor down, but never scroll.
|
||||||
* `HT` (_Horizontal Tab_, or `\t`) no longer clears `LCF` (_Last
|
* `C0::HT` (_Horizontal Tab_, or `\t`) no longer clears `LCF` (_Last
|
||||||
Column Flag_).
|
Column Flag_).
|
||||||
* `LF` now always clears `LCF`. Previously, it only cleared it when
|
* `C0::LF` now always clears `LCF`. Previously, it only cleared it
|
||||||
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` not 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue