0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0014

This commit is contained in:
Bram Moolenaar
2004-09-02 19:12:26 +00:00
parent 269ec658f0
commit d4755bb0e0
59 changed files with 3091 additions and 1736 deletions

View File

@@ -5845,8 +5845,11 @@ gui_mch_wait_for_chars(long wtime)
/*
* Loop in GTK+ processing until a timeout or input occurs.
* Skip this if input is available anyway (can happen in rare
* situations, sort of race condition).
*/
gtk_main();
if (!input_available())
gtk_main();
/* Got char, return immediately */
if (input_available())