API Version: 3.91
Library Version: 0.74.2
enum Vte.TextBlinkMode
An enumerated type which can be used to indicate whether the terminal allows the text contents to be blinked.
VTE_TEXT_BLINK_NEVER
Do not blink the text.
VTE_TEXT_BLINK_FOCUSED
Allow blinking text only if the terminal is focused.
VTE_TEXT_BLINK_UNFOCUSED
Allow blinking text only if the terminal is unfocused.
VTE_TEXT_BLINK_ALWAYS
Allow blinking text. This is the default.