diff 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
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -2668,7 +2668,7 @@ gui_wait_for_chars(wtime)
     if (retval == FAIL)
     {
 	/* Blocking wait. */
-	updatescript(0);
+	before_blocking();
 	retval = gui_mch_wait_for_chars(-1L);
     }