mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: reset: switch modifyOtherKeys back to level 1
This commit is contained in:
parent
c13495e26e
commit
7eea69df89
2 changed files with 2 additions and 0 deletions
|
|
@ -1933,6 +1933,7 @@ term_reset(struct terminal *term, bool hard)
|
|||
|
||||
term_set_user_mouse_cursor(term, NULL);
|
||||
|
||||
term->modify_other_keys_2 = false;
|
||||
memset(term->normal.kitty_kbd.flags, 0, sizeof(term->normal.kitty_kbd.flags));
|
||||
memset(term->alt.kitty_kbd.flags, 0, sizeof(term->alt.kitty_kbd.flags));
|
||||
term->normal.kitty_kbd.idx = term->alt.kitty_kbd.idx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue