[][src]Module termion::style

Text styling management.

Structs

Blink

Blinking text (not widely supported).

Bold

Bold text.

CrossedOut

Crossed out text (not widely supported).

Faint

Fainted text (not widely supported).

Framed

Framed text (not widely supported).

Invert

Inverted colors (negative mode).

Italic

Italic text.

NoBlink

Undo blinking text (not widely supported).

NoBold

Undo bold text.

NoCrossedOut

Undo crossed out text (not widely supported).

NoFaint

Undo fainted text (not widely supported).

NoInvert

Undo inverted colors (negative mode).

NoItalic

Undo italic text.

NoUnderline

Undo underlined text.

Reset

Reset SGR parameters.

Underline

Underlined text.