mirror of
https://github.com/neovim/neovim.git
synced 2026-03-24 17:40:59 +00:00
Pressing <C-\> and then a mouse click will insert the click into the terminal as if a keyboard button had been pressed. Keep track of whether the last input was <C-\> and only call terminal_send_key() if the next input is a key press.