comparison src/message.c @ 822:45fad0f590d0

updated for version 7.0c12
author vimboss
date Fri, 07 Apr 2006 21:33:12 +0000
parents 9f345c48220b
children 8bebcabccc2c
comparison
equal deleted inserted replaced
821:a2b128f7d705 822:45fad0f590d0
867 /* 867 /*
868 * With the global command (and some others) we only need one return at the 868 * With the global command (and some others) we only need one return at the
869 * end. Adjust cmdline_row to avoid the next message overwriting the last one. 869 * end. Adjust cmdline_row to avoid the next message overwriting the last one.
870 * When inside vgetc(), we can't wait for a typed character at all. 870 * When inside vgetc(), we can't wait for a typed character at all.
871 */ 871 */
872 if (vgetc_busy) 872 if (vgetc_busy > 0)
873 return; 873 return;
874 if (no_wait_return) 874 if (no_wait_return)
875 { 875 {
876 need_wait_return = TRUE; 876 need_wait_return = TRUE;
877 if (!exmode_active) 877 if (!exmode_active)