Method _Stdio.Fd()->tcsetsize()


Method tcsetsize

bool tcsetsize(int rows, int cols)

Description

Set the number of rows and columns for a terminal.

Returns

Returns 1 on success and 0 (zero) on failure.

See also

tcgetattr(), tcsetattr()