mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
gui_mch_is_blink_off
This commit is contained in:
@@ -1204,6 +1204,13 @@ gui_mch_is_blinking(void)
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
gui_mch_is_blink_off(void)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Cursor blink functions.
|
||||
*
|
||||
|
||||
@@ -141,6 +141,8 @@ gui_mch_new_colors(void);
|
||||
gui_mch_set_bg_color(guicolor_T color);
|
||||
int
|
||||
gui_mch_is_blinking(void);
|
||||
int
|
||||
gui_mch_is_blink_off(void);
|
||||
void
|
||||
gui_mch_set_blinking(long wait, long on, long off);
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user