TextBlinkMode#

Added in version 0.52.

class TextBlinkMode#

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

Fields#

class TextBlinkMode
ALWAYS#

Allow blinking text. This is the default.

FOCUSED#

Allow blinking text only if the terminal is focused.

NEVER#

Do not blink the text.

UNFOCUSED#

Allow blinking text only if the terminal is unfocused.