Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
sham::term::TermEnvVars Struct Reference

Holds optional terminal environment variables (TERM, COLORTERM, NO_COLOR, CLICOLOR_FORCE, COLUMN). More...

#include <shamterm/include/sham/term/env.hpp>

Public Attributes

std::optional< std::string_view > TERM
std::optional< std::string_view > COLORTERM
std::optional< std::string_view > NO_COLOR
std::optional< std::string_view > CLICOLOR_FORCE
std::optional< std::string_view > COLUMN

Detailed Description

Holds optional terminal environment variables (TERM, COLORTERM, NO_COLOR, CLICOLOR_FORCE, COLUMN).

Definition at line 28 of file env.hpp.

Member Data Documentation

◆ CLICOLOR_FORCE

std::optional<std::string_view> sham::term::TermEnvVars::CLICOLOR_FORCE

Definition at line 32 of file env.hpp.

◆ COLORTERM

std::optional<std::string_view> sham::term::TermEnvVars::COLORTERM

Definition at line 30 of file env.hpp.

◆ COLUMN

std::optional<std::string_view> sham::term::TermEnvVars::COLUMN

Definition at line 33 of file env.hpp.

◆ NO_COLOR

std::optional<std::string_view> sham::term::TermEnvVars::NO_COLOR

Definition at line 31 of file env.hpp.

◆ TERM

std::optional<std::string_view> sham::term::TermEnvVars::TERM

Definition at line 29 of file env.hpp.


The documentation for this struct was generated from the following file: