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.
This commit is contained in:
Thiago de Arruda
2014-03-24 19:11:51 -03:00
parent ed42c808b6
commit 32f118a47f
9 changed files with 99 additions and 64 deletions

View File

@@ -46,6 +46,7 @@
#include "ui.h"
#include "window.h"
#include "os/os.h"
#include "os/time.h"
#ifdef HAVE_TGETENT
# ifdef HAVE_TERMIOS_H