mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
fix(input): put modifiers back into typeahead buffer when needed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user