<< input | Console |
[r, c] = terminal_size() |
a vector: rows and columns
terminal_size() returns a vector with size of the terminal window in characters (rows and columns).
terminal_size()
disp.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET