Enumeration

VteTextBlinkMode

Declaration

enum Vte.TextBlinkMode

Description [src]

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

Available since:0.52

Members

Name Description
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.