csi: alt-screen: remove all extra cursors when switching screens

This commit is contained in:
Daniel Eklöf 2025-08-27 14:59:50 +02:00
parent beb4556dc0
commit 6b3d7cb8aa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
csi.c
View file

@ -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: