mirror of
https://github.com/alacritty/alacritty.git
synced 2025-10-30 23:36:53 -04:00
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.
This commit is contained in:
parent
bcd6d0d981
commit
5a3280e8e0
7 changed files with 14 additions and 0 deletions
1
alacritty_terminal/tests/ref/erase_in_line/config.json
Normal file
1
alacritty_terminal/tests/ref/erase_in_line/config.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"history_size":0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue