feat: clsoe dialog

This commit is contained in:
saeedark 2025-09-17 13:47:19 +03:30
parent 72d9a13c0c
commit 41ed7a81a2
15 changed files with 601 additions and 4 deletions

1
csi.c
View file

@ -584,6 +584,7 @@ decset_decrst(struct terminal *term, unsigned param, bool enable)
else {
term_ime_disable(term);
term->ime_reenable_after_url_mode = false;
term->ime_reenable_after_msg_mode = false;
}
break;