mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +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.