1
0
forked from aniani/vim

updated for version 7.0b

This commit is contained in:
Bram Moolenaar
2006-03-24 22:21:52 +00:00
parent db552d60ec
commit c01140a1a0
173 changed files with 4011 additions and 2470 deletions

View File

@@ -711,9 +711,7 @@ vim_kbhit(void)
static int
WaitForChar(long msec)
{
union REGS regs;
long starttime = 0;
int x, y;
if (msec != 0)
starttime = biostime(0, 0L);
@@ -723,6 +721,8 @@ WaitForChar(long msec)
#ifdef FEAT_MOUSE
long clicktime;
static int old_status = 0;
union REGS regs;
int x, y;
if (mouse_avail && mouse_active && mouse_click < 0)
{