Module: Vte::TextBlinkMode

Defined in:
(unknown)

Constant Summary collapse

NEVER =

Do not blink the text.

0 or :never
FOCUSED =

Allow blinking text only if the terminal is focused.

1 or :focused
UNFOCUSED =

Allow blinking text only if the terminal is unfocused.

2 or :unfocused
ALWAYS =

Allow blinking text. This is the default.

3 or :always