9enum class StandardOutputStream {
27bool isOutputARealTerminal(StandardOutputStream fileno);
44bool shouldANSI(StandardOutputStream fileno = StandardOutputStream::Stderr);
53std::string filterANSIEscapes(std::string_view s,
54 bool filterAll =
false,
55 unsigned int width = std::numeric_limits<unsigned int>::max(),
62void updateWindowSize();
70std::pair<unsigned short, unsigned short> getWindowSize();