term: make sure to update 'current row' when restoring saved cursor

This commit is contained in:
Daniel Eklöf 2019-07-23 17:57:07 +02:00
parent f7519b5725
commit f5a6304850
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 20 additions and 3 deletions

View file

@ -346,6 +346,8 @@ void term_scroll_reverse_partial(
void term_linefeed(struct terminal *term);
void term_reverse_index(struct terminal *term);
void term_restore_cursor(struct terminal *term);
void term_focus_in(struct terminal *term);
void term_focus_out(struct terminal *term);
void term_mouse_down(struct terminal *term, int button, int row, int col,