mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
d8f0d3fabf
This resolves an issue with the vi mode cursor where it would not keep track of the content while scrolled up in history but instead slowly leave the viewport due to its absolute positioning. While an alternative solution would have been to always keep the vi mode cursor in the same spot on the viewport, keeping track of the content is not only more easy to implement but it also makes for a nicer connection between the vi mode cursor and the content below it. Fixes #5339. |
||
---|---|---|
.. | ||
config | ||
grid | ||
term | ||
tty | ||
ansi.rs | ||
event.rs | ||
event_loop.rs | ||
index.rs | ||
lib.rs | ||
selection.rs | ||
sync.rs | ||
thread.rs | ||
vi_mode.rs |