24 #ifndef _BASIS_STDIO_H 25 #define _BASIS_STDIO_H 76 const std::string& text,
88 #endif // _BASIS_STDIO_H void get_terminal_size(int &lines, int &columns)
Get size of terminal window.
int get_terminal_lines()
Get maximum number of lines of terminal window.
std::ostream & print_wrapped(std::ostream &os, const std::string &text, int width, int indent, int offset)
Print text, wrapped at a fixed maximum number of columns.
int get_terminal_columns()
Get maximum number of columns of terminal window.