From 635698722e799118640787abd27b5ba4f9f4bca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 14 Jul 2020 11:33:30 +0200 Subject: [PATCH] changelog: prefix all C0 names with 'C0::' --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0abae72..902086b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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