public class NoInterruptUnixTerminal extends UnixTerminal
UnixTerminal.DEFAULT_HEIGHT, DEFAULT_WIDTH| Constructor and Description | 
|---|
| NoInterruptUnixTerminal() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | init()Remove line-buffered input by invoking "stty -icanon min 1"
 against the current terminal. | 
| void | restore()Restore the original terminal configuration, which can be used when
 shutting down the console reader. | 
disableInterruptCharacter, disableLitteralNextCharacter, enableInterruptCharacter, enableLitteralNextCharacter, getBooleanCapability, getHeight, getNumericCapability, getSettings, getStringCapability, getWidth, hasWeirdWrap, setEchoEnabledgetOutputEncoding, isAnsiSupported, isEchoEnabled, isSupported, reset, setAnsiSupported, wrapInIfNeeded, wrapOutIfNeededclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputEncoding, isAnsiSupported, isEchoEnabled, isSupported, reset, wrapInIfNeeded, wrapOutIfNeededpublic NoInterruptUnixTerminal()
                        throws java.lang.Exception
java.lang.Exceptionpublic void init()
          throws java.lang.Exception
UnixTerminalinit in interface Terminalinit in class UnixTerminaljava.lang.Exceptionpublic void restore()
             throws java.lang.Exception
UnixTerminalrestore in interface Terminalrestore in class UnixTerminaljava.lang.ExceptionCopyright © 2018. All Rights Reserved.