mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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).
|
||||
* `C0::VT` to be processed as `C0::LF`. Previously, `C0::VT` would
|
||||
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_).
|
||||
* `LF` now always clears `LCF`. Previously, it only cleared it when
|
||||
the cursor was **not** at the bottom of the scrolling region.
|
||||
* `C0::LF` now always clears `LCF`. Previously, it only cleared it
|
||||
when 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue