fix(input): put modifiers back into typeahead buffer when needed

This commit is contained in:
zeertzjq
2022-01-23 05:58:32 +08:00
parent 7717f38d3f
commit 818456470c
6 changed files with 54 additions and 25 deletions

View File

@@ -1299,7 +1299,7 @@ static bool send_mouse_event(Terminal *term, int c)
}
end:
ins_char_typebuf(c);
ins_char_typebuf(c, mod_mask);
return true;
}