aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-03-24 19:11:51 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-24 19:25:07 -0300
commit32f118a47f108e4dc26fbea6afce9648ba610079 (patch)
treed0be52bddc14a617daf9313f6767093ac7a58483 /src/os_unix.h
parented42c808b61dd745e76d19c6ffb2612496a779a1 (diff)
downloadrneovim-32f118a47f108e4dc26fbea6afce9648ba610079.tar.gz
rneovim-32f118a47f108e4dc26fbea6afce9648ba610079.tar.bz2
rneovim-32f118a47f108e4dc26fbea6afce9648ba610079.zip
Implement `mch_delay` on top of libuv
Needed to temporarily move two static variables from os_unix.c to 'globals.h' as those are shared by other functions still in os_unix.
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index cc3eb4607a..456276fee3 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -4,7 +4,6 @@
void mch_write(char_u *s, int len);
int mch_inchar(char_u *buf, int maxlen, long wtime, int tb_change_cnt);
int mch_char_avail(void);
-void mch_delay(long msec, int ignoreinput);
void mch_startjmp(void);
void mch_endjmp(void);
void mch_didjmp(void);