![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Environment variable parsing for terminal color and size configuration (TERM, COLORTERM, NO_COLOR, CLICOLOR_FORCE, COLUMN). More...
Go to the source code of this file.
Classes | |
| struct | sham::term::TermEnvVars |
| Holds optional terminal environment variables (TERM, COLORTERM, NO_COLOR, CLICOLOR_FORCE, COLUMN). More... | |
Namespaces | |
| namespace | sham |
| namespace for backends this one is named only sham since shambackends is too long to write | |
Functions | |
| void | sham::term::parse_terminal_support (TermEnvVars vars, const term_parse_callback_t &error_callback) |
| Parses terminal environment variables to determine color support and set terminal size. | |
Environment variable parsing for terminal color and size configuration (TERM, COLORTERM, NO_COLOR, CLICOLOR_FORCE, COLUMN).
Definition in file env.hpp.
| void sham::term::parse_terminal_support | ( | TermEnvVars | vars, |
| const term_parse_callback_t & | error_callback ) |