[][src]Module dinglebit_terminal::consts

Constants as defined in ANSI escape code.

Constants

BG_BLACK

SRG value for background black.

BG_BLUE

SRG value for background blue.

BG_BRIGHT_BLUE

SRG value for background bright blue.

BG_BRIGHT_CYAN

SRG value for background bright_cyan.

BG_BRIGHT_GREEN

SRG value for background bright green.

BG_BRIGHT_MAGENTA

SRG value for background bright_magenta.

BG_BRIGHT_RED

SRG value for background bright red.

BG_BRIGHT_WHITE

SRG value for background bright white.

BG_BRIGHT_YELLOW

SRG value for background bright yellow.

BG_CYAN

SRG value for background cyan.

BG_GRAY

SRG value for background gray.

BG_GREEN

SRG value for background green.

BG_MAGENTA

SRG value for background magenta.

BG_RED

SRG value for background red.

BG_WHITE

SRG value for background white.

BG_YELLOW

SRG value for background yellow.

FG_BLACK

SRG value for foreground black.

FG_BLUE

SRG value for foreground blue.

FG_BRIGHT_BLUE

SRG value for foreground bright blue.

FG_BRIGHT_CYAN

SRG value for foreground bright cyan.

FG_BRIGHT_GREEN

SRG value for foreground bright green.

FG_BRIGHT_MAGENTA

SRG value for foreground bright magenta.

FG_BRIGHT_RED

SRG value for foreground bright red.

FG_BRIGHT_WHITE

SRG value for foreground bright white.

FG_BRIGHT_YELLOW

SRG value for foreground bright yellow.

FG_CYAN

SRG value for foreground cyan.

FG_GRAY

SRG value for foreground gray.

FG_GREEN

SRG value for foreground green.

FG_MAGENTA

SRG value for foreground magenta.

FG_RED

SRG value for foreground red.

FG_WHITE

SRG value for foreground white.

FG_YELLOW

SRG value for foreground yellow.

OP_BOLD

SGR value for op bold.

OP_CONCEAL

SGR value for op conceal.

OP_FAINT

SGR value for op faint.

OP_FAST_BLINK

SGR value for op fast blink.

OP_ITALIC

SGR value for op italic.

OP_RESET

SGR value for op reset.

OP_REVERSE

SGR value for op reverse.

OP_SLOW_BLINK

SGR value for op slow blink.

OP_STRIKETHROUGH

SGR value for op strikethrough.

OP_UNDERLINE

SGR value for op underline.