mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
csi: alt-screen: remove all extra cursors when switching screens
This commit is contained in:
parent
beb4556dc0
commit
6b3d7cb8aa
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -540,6 +540,7 @@ decset_decrst(struct terminal *term, unsigned param, bool enable)
|
|||
term->bits_affecting_ascii_printer.sixels =
|
||||
tll_length(term->grid->sixel_images) > 0;
|
||||
term_update_ascii_printer(term);
|
||||
term_remove_all_multi_cursors(term);
|
||||
break;
|
||||
|
||||
case 1070:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue