VteCursorBlinkMode

An enumerated type which can be used to indicate the cursor blink mode for the terminal.

Values

ValueMeaning
SYSTEM0

Follow GTK+ settings for cursor blinking.

ON1

Cursor blinks.

OFF2

Cursor does not blink.

Meta