termsize terminal(const std::ostream &stream) noexcept
Get the current dimensions of the terminal.
A simple struct for storing terminal width and height.
Definition terminal.hpp:11
int width
The terminal width.
Definition terminal.hpp:13
int height
The terminal height.
Definition terminal.hpp:15