std::uint32_t u32
32 bit unsigned integer
namespace for cli utilities
void set_tty_columns(u32 columns)
Set the forced width of the terminal.
bool is_a_tty()
Test if current terminal is a tty.
void reset_tty_columns()
Reset the forced width of the terminal.
u32 get_tty_lines()
Get the number of lines of the current terminal.
u32 get_tty_columns()
Get the number of columns of the current terminal.