alacritty/alacritty_terminal
Kirill Chibisov 72088dafec Fix inconsitent cursor position when scrolling
This commit fixes regression introduced in cfc20d4f34.
`self.cursor.line` forced the cursor to hold a fixed location while scrolling
until its "original" location (usually the shell prompt) went off the screen.
So cursor position should be keep updated, which can be achieved by using
`self.inner.line()`.

Fixes #2570.
2019-06-21 23:00:01 +00:00
..
src Fix inconsitent cursor position when scrolling 2019-06-21 23:00:01 +00:00
tests Refactor config parsing files 2019-05-10 11:36:16 +00:00
Cargo.toml Bump version to 0.3.3 2019-06-16 14:10:15 +00:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00