comparison src/os_msdos.c @ 370:3a21825ad207

updated for version 7.0095
author vimboss
date Mon, 27 Jun 2005 22:42:44 +0000
parents e39657bbbb98
children 84825cc6f049
comparison
equal deleted inserted replaced
369:c53c2d4cda26 370:3a21825ad207
1043 buf[0] = K_SPECIAL; 1043 buf[0] = K_SPECIAL;
1044 buf[1] = KS_EXTRA; 1044 buf[1] = KS_EXTRA;
1045 buf[2] = (int)KE_CURSORHOLD; 1045 buf[2] = (int)KE_CURSORHOLD;
1046 return 3; 1046 return 3;
1047 } 1047 }
1048 else 1048 #endif
1049 #endif 1049 before_blocking();
1050 updatescript(0);
1051 } 1050 }
1052 } 1051 }
1053 WaitForChar(FOREVER); /* wait for key or mouse click */ 1052 WaitForChar(FOREVER); /* wait for key or mouse click */
1054 1053
1055 /* 1054 /*