java.lang.Object | |||
↳ | jline.TerminalSupport | ||
↳ | jline.UnixTerminal | ||
↳ | jline.NoInterruptUnixTerminal |
Non-interruptible (via CTRL-C) UnixTerminal
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Remove line-buffered input by invoking "stty -icanon min 1"
against the current terminal.
| |||||||||||
Restore the original terminal configuration, which can be used when
shutting down the console reader.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Remove line-buffered input by invoking "stty -icanon min 1" against the current terminal.
Exception |
---|
Restore the original terminal configuration, which can be used when shutting down the console reader. The ConsoleReader cannot be used after calling this method.
Exception |
---|