aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-08-03 22:12:23 +0000
committerGitHub <noreply@github.com>2018-08-03 22:12:23 +0000
commitfacab5beef95c4b1808f7bcba92aa74bf792daf0 (patch)
tree8aac363a7985210ca5956c03c3bc6f9eba7e8f29 /Cargo.toml
parent23601fbefcab5ba08884dd87c6a3d2f4347166a2 (diff)
downloadalacritty-facab5beef95c4b1808f7bcba92aa74bf792daf0.tar.gz
alacritty-facab5beef95c4b1808f7bcba92aa74bf792daf0.zip
Reset visible area when RIS is received
When running bash and executing `echo -ne '\033c'`, the terminal should be cleared. However there was an issue with the visible area not being cleared, so all the text previously printed would still remain visible. To fix this, whenever a `reset` call is received now, the complete visible area is reset to `Cell::default()` (the default Cell) and the length of the available scrollback history is reset to `0`, which results in the scrollback history being cleared from the perspective of the user. This fixes #1483.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions