mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #288 from macvim-dev/fix/gui_mch_is_blinking
Implemented gui_mch_is_blinking
This commit is contained in:
@@ -1197,6 +1197,13 @@ gui_mch_draw_part_cursor(int w, int h, guicolor_T color)
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
gui_mch_is_blinking(void)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Cursor blink functions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user