summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-01-15 22:53:41 +0000
committerGitHub <noreply@github.com>2023-01-15 22:53:41 +0000
commit5a3280e8e0184c94e7a3f0a89676090d0694408d (patch)
treea5a0d1c38c0bd9ad750838d4373d9792e4377303 /CHANGELOG.md
parentbcd6d0d981fd192f21a2f5142f421f4aa1de1648 (diff)
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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