Gets the terminal's width (columns) and height (rows).
auto size = terminal.size; foreach(i ; 0..size.width) write("*");
See Implementation
Gets the terminal's width (columns) and height (rows).