mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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
2
vt.c
2
vt.c
|
|
@ -597,7 +597,7 @@ esc_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case '8':
|
||||
term->cursor = term->saved_cursor;
|
||||
term_restore_cursor(term);
|
||||
term->vt.attrs = term->vt.saved_attrs;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue