Enumeration
VteTextBlinkMode
since: 0.52
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
VTE_TEXT_BLINK_NEVER
-
Do not blink the text.
- Value:
0
- Nickname:
never
- Available since: 0.52
- Value:
VTE_TEXT_BLINK_FOCUSED
-
Allow blinking text only if the terminal is focused.
- Value:
1
- Nickname:
focused
- Available since: 0.52
- Value:
VTE_TEXT_BLINK_UNFOCUSED
-
Allow blinking text only if the terminal is unfocused.
- Value:
2
- Nickname:
unfocused
- Available since: 0.52
- Value:
VTE_TEXT_BLINK_ALWAYS
-
Allow blinking text. This is the default.
- Value:
3
- Nickname:
always
- Available since: 0.52
- Value: