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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user