diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #define NEOVIM_UI_H /* ui.c */ void ui_write(char_u *s, int len); -void ui_inchar_undo(char_u *s, int len); int ui_inchar(char_u *buf, int maxlen, long wtime, int tb_change_cnt); int ui_char_avail(void); void ui_delay(long msec, int ignoreinput); |