mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -1241,7 +1241,7 @@ static bool send_mouse_event(Terminal *term, int c)
|
||||
mouse_action(term, button, row, col - offset, drag, 0);
|
||||
size_t len = vterm_output_read(term->vt, term->textbuf,
|
||||
sizeof(term->textbuf));
|
||||
terminal_send(term, term->textbuf, (size_t)len);
|
||||
terminal_send(term, term->textbuf, len);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user