1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty_terminal/tests/ref/erase_in_line
Christian Duerr 5a3280e8e0
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.
2023-01-15 22:53:41 +00:00
..
alacritty.recording Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00
config.json Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00
grid.json Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00
size.json Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00