| java.lang.Object | |||
| ↳ | jline.TerminalSupport | ||
| ↳ | jline.UnixTerminal | ||
| ↳ | jline.NoInterruptUnixTerminal | ||
Non-interruptible (via CTRL-C) UnixTerminal.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
jline.TerminalSupport
| |||||||||||
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
jline.UnixTerminal
| |||||||||||
From class
jline.TerminalSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
jline.Terminal
| |||||||||||
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 |
|---|