diff options
author | Yan <yan@metatem.net> | 2017-11-04 05:37:31 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-11-11 09:23:43 -0800 |
commit | d52e545db3a9757325002f2a3ffd232e791f0093 (patch) | |
tree | 96dd4e80b935f19af8e021aa337ec1a8e2a5ffa6 /src/selection.rs | |
parent | 0bae7ae7227179d79e1f3a0378398a88bc3796cc (diff) | |
download | alacritty-d52e545db3a9757325002f2a3ffd232e791f0093.tar.gz alacritty-d52e545db3a9757325002f2a3ffd232e791f0093.zip |
Correct linefeed handling when scroll region set (#855)
Linefeeds should only move the cursor down if it's before the end of
the scroll region.
The "out of bounds" panic was triggered by linefeeds going off the
bottom of the screen when the scroll region end was above the cursor.
Note: https://vt100.net/docs/vt102-ug/chapter5.html
"Characters added outside the scrolling region do not cause the screen to scroll."
Diffstat (limited to 'src/selection.rs')
0 files changed, 0 insertions, 0 deletions