comparison src/os_win32.c @ 368:a7d1d61e5417

updated for version 7.0095
author vimboss
date Mon, 27 Jun 2005 22:34:07 +0000
parents 7033303ea0c0
children aa550d9d2403
comparison
equal deleted inserted replaced
367:7a6160fd08f7 368:a7d1d61e5417
1389 buf[0] = K_SPECIAL; 1389 buf[0] = K_SPECIAL;
1390 buf[1] = KS_EXTRA; 1390 buf[1] = KS_EXTRA;
1391 buf[2] = (int)KE_CURSORHOLD; 1391 buf[2] = (int)KE_CURSORHOLD;
1392 return 3; 1392 return 3;
1393 } 1393 }
1394 else 1394 #endif
1395 #endif 1395 before_blocking();
1396 updatescript(0);
1397 } 1396 }
1398 } 1397 }
1399 1398
1400 /* 1399 /*
1401 * Try to read as many characters as there are, until the buffer is full. 1400 * Try to read as many characters as there are, until the buffer is full.