mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
chore: fix typos (#17670)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1288,7 +1288,7 @@ static bool send_mouse_event(Terminal *term, int c)
|
||||
return mouse_win == curwin;
|
||||
}
|
||||
|
||||
// ignore left release action if it was not proccessed above
|
||||
// ignore left release action if it was not processed above
|
||||
// to prevent leaving Terminal mode after entering to it using a mouse
|
||||
if (c == K_LEFTRELEASE && mouse_win->w_buffer->terminal == term) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user