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. --- alacritty_terminal/tests/ref.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'alacritty_terminal/tests/ref.rs') diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs index b304c48c..a9f64f55 100644 --- a/alacritty_terminal/tests/ref.rs +++ b/alacritty_terminal/tests/ref.rs @@ -70,6 +70,7 @@ ref_tests! { wrapline_alt_toggle zerowidth zsh_tab_completion + erase_in_line } fn read_u8

(path: P) -> Vec -- cgit