Class PlainTerminalInput

    • Constructor Detail

      • PlainTerminalInput

        public PlainTerminalInput()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • supportsRawMode

        public boolean supportsRawMode()
        Description copied from interface: TerminalInput
        Returns true if this terminal supports setting raw mode.
      • rawMode

        public TerminalInput rawMode()
                              throws NativeException
        Description copied from interface: TerminalInput
        Switches this terminal to raw mode. Keys are delivered as they are typed, are not echoed and are not processed.
        Throws:
        NativeException - On failure, or when raw mode is not supported by this terminal.