mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
ui: cleanup UI_CALL wrappers
remove pointless control chars in the text stream
This commit is contained in:
@@ -479,9 +479,9 @@ void setmouse(void)
|
||||
checkfor = MOUSE_NORMAL; /* assume normal mode */
|
||||
|
||||
if (mouse_has(checkfor)) {
|
||||
ui_mouse_on();
|
||||
ui_call_mouse_on();
|
||||
} else {
|
||||
ui_mouse_off();
|
||||
ui_call_mouse_off();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user