mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
These functions only used to call another os_* function, so remove them and replace all occurences in the project.
This commit is contained in:
@@ -459,7 +459,7 @@ int mf_sync(memfile_T *mfp, int flags)
|
||||
if (os_char_avail())
|
||||
break;
|
||||
} else {
|
||||
ui_breakcheck();
|
||||
os_breakcheck();
|
||||
}
|
||||
if (got_int)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user