Readline.get_screen_size â [rows, columns]
Class Public methods
Returns the terminal's rows and columns.
See GNU Readline's rl_get_screen_size function.
Raises NotImplementedError if the using readline library does not support.
Raises SecurityError exception if $SAFE is 4.
Please login to continue.