mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
term: make sure to update 'current row' when restoring saved cursor
This commit is contained in:
parent
f7519b5725
commit
f5a6304850
4 changed files with 20 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue