mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0106
This commit is contained in:
@@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield)
|
||||
|
||||
XtPopup(dialogshell, XtGrabNonexclusive);
|
||||
|
||||
while (1)
|
||||
for (;;)
|
||||
{
|
||||
XtAppNextEvent(app, &event);
|
||||
XtDispatchEvent(&event);
|
||||
|
Reference in New Issue
Block a user