Collection of low level IO helpers.
Definition io.h:24
constexpr std::string_view AEC_FGCOL_DICTVALUE
ANSI escape code foreground color for dictionary values.
Definition io.h:44
constexpr std::string_view AEC_BGCOL_LIST
ANSI escape code background color for lists.
Definition io.h:48
constexpr std::string_view AEC_FGCOL_RESET
ANSI escape code foreground color reset.
Definition io.h:32
constexpr std::string_view AEC_FGCOL_HEADER
ANSI escape code foreground color for headers.
Definition io.h:40
constexpr std::string_view AEC_BGCOL_RESET
ANSI escape code background color reset.
Definition io.h:36
int nof()
Look up number of open files with fcntl().
Definition io.cpp:26