18 #ifndef ZYPP_TUI_UTILS_CONSOLE_H_ 19 #define ZYPP_TUI_UTILS_CONSOLE_H_
unsigned get_screen_width()
Reads COLUMNS environment variable or gets the screen width from readline, in that order...
void clear_keyboard_buffer()
Clear the keyboard buffer.
std::string readline_getline(std::string prompt_r)
Use readline to get line of input.