Function: trows
// Get the number of rows in the terminal window or -1 on error.
/ return csbi.dwSize.Y; // Buffer height
// Function: tcols
// Get the number of columns in the terminal window or -1 on error.
/ return csbi.dwSize.X; // Buffer width
Function: anykey
Waits until a key is pressed.
Function: trows // Get the number of rows in the terminal window or -1 on error. / return csbi.dwSize.Y; // Buffer height // Function: tcols // Get the number of columns in the terminal window or -1 on error. / return csbi.dwSize.X; // Buffer width Function: anykey Waits until a key is pressed.