:right-sidebar: True TextBlinkMode =================================================================== .. currentmodule:: gi.repository.Vte .. versionadded:: 0.52 .. class:: TextBlinkMode :no-contents-entry: An enumerated type which can be used to indicate whether the terminal allows the text contents to be blinked. Fields ------ .. rst-class:: interim-class .. class:: TextBlinkMode :no-index: .. attribute:: ALWAYS Allow blinking text. This is the default. .. attribute:: FOCUSED Allow blinking text only if the terminal is focused. .. attribute:: NEVER Do not blink the text. .. attribute:: UNFOCUSED Allow blinking text only if the terminal is unfocused.