Collection of low level IO helpers.
More...
|
| int | nof () |
| | Look up number of open files with fcntl().
|
| |
|
|
constexpr std::string_view | AEC_FGCOL_RESET = "\x1b[39m" |
| | ANSI escape code foreground color reset.
|
| |
|
constexpr std::string_view | AEC_BGCOL_RESET = "\x1b[49m" |
| | ANSI escape code background color reset.
|
| |
|
constexpr std::string_view | AEC_FGCOL_HEADER = "\x1b[33m" |
| | ANSI escape code foreground color for headers.
|
| |
|
constexpr std::string_view | AEC_FGCOL_DICTVALUE = "\x1b[93m" |
| | ANSI escape code foreground color for dictionary values.
|
| |
|
constexpr std::string_view | AEC_BGCOL_LIST = "\x1b[48;5;238m" |
| | ANSI escape code background color for lists.
|
| |
Collection of low level IO helpers.
◆ nof()
Look up number of open files with fcntl().
- Returns
- int ... Number of open files.