11namespace kaycxx::term {
ansi_mode
Selects which ANSI/VT formatting and terminal commands are emitted.
Definition ansi_mode.hpp:16
@ automatic
Detect terminal command support and honor color environment variables for formatting.
@ none
Do not emit ANSI/VT formatting or terminal commands.
@ formatting_only
Emit ANSI/VT formatting but no terminal commands.
@ commands_only
Emit ANSI/VT terminal commands but no formatting.
@ full
Emit all ANSI/VT formatting and terminal commands.