CursorBlinkMode
Description:
[ CCode ( cprefix = "VTE_CURSOR_BLINK_" , type_id = "vte_cursor_blink_mode_get_type ()" ) ]
public enum CursorBlinkMode
An enumerated type which can be used to indicate the cursor blink mode for the terminal.
Content:
Enum values:
- OFF - Cursor does not blink.
- ON - Cursor blinks.
- SYSTEM - Follow GTK+ settings for
cursor blinking.