comparison src/gui.c @ 368:a7d1d61e5417

updated for version 7.0095
author vimboss
date Mon, 27 Jun 2005 22:34:07 +0000
parents bf6ee000a80c
children 0fd7ac767ecd
comparison
equal deleted inserted replaced
367:7a6160fd08f7 368:a7d1d61e5417
2666 #endif 2666 #endif
2667 2667
2668 if (retval == FAIL) 2668 if (retval == FAIL)
2669 { 2669 {
2670 /* Blocking wait. */ 2670 /* Blocking wait. */
2671 updatescript(0); 2671 before_blocking();
2672 retval = gui_mch_wait_for_chars(-1L); 2672 retval = gui_mch_wait_for_chars(-1L);
2673 } 2673 }
2674 2674
2675 gui_mch_stop_blink(); 2675 gui_mch_stop_blink();
2676 return retval; 2676 return retval;