1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00
wezterm/term
Wez Furlong e0b6fbfb1f fix off-by-one for EraseInDisplay
We were deleting the current row and below rather than the rows below.
This was the cause of lines going blank during `apt upgrade` runs;
the line just above the bottom would get erased instead of scrolling
up.

I found this by running the termwiz widget demo; the top line was being
erased by mistake.
2018-08-04 19:28:18 -07:00
..
src fix off-by-one for EraseInDisplay 2018-08-04 19:28:18 -07:00
Cargo.toml relax some of the dep requirements 2018-08-04 15:35:38 -07:00