Package net.rubygrapefruit.platform
Interface TerminalSize
-
- All Known Implementing Classes:
MutableTerminalSize
public interface TerminalSizeThe size of a terminal. This is a snapshot view and does not change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCols()Returns the number of character columns in the terminal.intgetRows()Returns the number of character rows in the terminal.
-