VteTextBlinkMode

An enumerated type which can be used to indicate whether the terminal allows the text contents to be blinked.

Values

ValueMeaning
NEVER0

Do not blink the text.

FOCUSED1

Allow blinking text only if the terminal is focused.

UNFOCUSED2

Allow blinking text only if the terminal is unfocused.

ALWAYS3

Allow blinking text. This is the default.

Meta

Since

0.52