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 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.