Class MutableTerminalSize

    • Constructor Detail

      • MutableTerminalSize

        public MutableTerminalSize()
    • Method Detail

      • getCols

        public int getCols()
        Description copied from interface: TerminalSize
        Returns the number of character columns in the terminal.
        Specified by:
        getCols in interface TerminalSize
      • getRows

        public int getRows()
        Description copied from interface: TerminalSize
        Returns the number of character rows in the terminal.
        Specified by:
        getRows in interface TerminalSize