comparison src/gui.c @ 446:7472c565592a v7.0117

updated for version 7.0117
author vimboss
date Wed, 27 Jul 2005 21:13:01 +0000
parents d0d15b184c56
children a5fcf36ef512
comparison
equal deleted inserted replaced
445:c773cb978acf 446:7472c565592a
453 453
454 /* Avoid a delay for an error message that was printed in the terminal 454 /* Avoid a delay for an error message that was printed in the terminal
455 * where Vim was started. */ 455 * where Vim was started. */
456 emsg_on_display = FALSE; 456 emsg_on_display = FALSE;
457 msg_scrolled = 0; 457 msg_scrolled = 0;
458 clear_sb_text();
458 need_wait_return = FALSE; 459 need_wait_return = FALSE;
459 msg_didany = FALSE; 460 msg_didany = FALSE;
460 461
461 /* 462 /*
462 * Check validity of any generic resources that may have been loaded. 463 * Check validity of any generic resources that may have been loaded.