diff options
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | 2021-12-04 04:33:21 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 19:33:21 +0000 |
commit | a1083d18edf14f3b7219f50618281479df812312 (patch) | |
tree | 8b831b564edc4e44bd3400d615510ed1d8ce7220 /alacritty/src | |
parent | 7e736c00f68ca133ca3380c1ddd78ba61ced1f8e (diff) | |
download | r-alacritty-a1083d18edf14f3b7219f50618281479df812312.tar.gz r-alacritty-a1083d18edf14f3b7219f50618281479df812312.tar.bz2 r-alacritty-a1083d18edf14f3b7219f50618281479df812312.zip |
Fix vi cursor moving incorrectly with new output
This fixes an issue where the vi cursor would move down one line if it's
positioned at the topmost visible line, while at least partially scrolled
up into history, when new lines are added to the terminal.
This problem is caused by using a display offset of a grid not scrolled
yet when scrolling and determining a new vi cursor position.
Diffstat (limited to 'alacritty/src')
0 files changed, 0 insertions, 0 deletions