mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Added gui_macvim_force_flush() function (called from ui_delay())
git-svn-id: http://macvim.googlecode.com/svn/trunk@290 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -145,6 +145,15 @@ gui_mch_flush(void)
|
||||
}
|
||||
|
||||
|
||||
/* Force flush output to MacVim. Do not call this method unless absolutely
|
||||
* necessary (use gui_mch_flush() instead). */
|
||||
void
|
||||
gui_macvim_force_flush(void)
|
||||
{
|
||||
[[MMBackend sharedInstance] flushQueue:YES];
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* GUI input routine called by gui_wait_for_chars(). Waits for a character
|
||||
* from the keyboard.
|
||||
|
||||
Reference in New Issue
Block a user