From 5a3280e8e0184c94e7a3f0a89676090d0694408d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 15 Jan 2023 22:53:41 +0000 Subject: Preserve last column with erase in line right When the erase in line escape sequence with a parameter of 0 (right) is passed while the wrapline flag is already set, it will no longer clear the last column and instead ignore the operation. The behavior of `\e[1K` and `\e[2K` is unchanged and both will clear the entire first line without clearing the wrapline flag. Closes #6159. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index dddfcb45..f2c8ce41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `font.glyph_offset.y` is now applied to underline/strikeout - Always use sRGB color space on macOS +- Erase in line after the last column will no longer clear the last column ### Fixed -- cgit v1.2.3