Method Stdio.Fd()->tcsetsize()
- Method tcsetsize
 booltcsetsize(introws,intcols)- Description
 Set the number of rows and columns for a terminal.
- Returns
 Returns
1on success and0(zero) on failure.- See also
 
bool tcsetsize(int rows, int cols)
Set the number of rows and columns for a terminal.
Returns 1 on success and 0 (zero) on failure.