Package | Description |
---|---|
com.googlecode.lanterna.terminal.ansi |
Modifier and Type | Field and Description |
---|---|
protected UnixLikeTerminal.CtrlCBehaviour |
UnixLikeTerminal.terminalCtrlCBehaviour |
Modifier and Type | Method and Description |
---|---|
static UnixLikeTerminal.CtrlCBehaviour |
UnixLikeTerminal.CtrlCBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnixLikeTerminal.CtrlCBehaviour[] |
UnixLikeTerminal.CtrlCBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnixLikeTerminal(InputStream terminalInput,
OutputStream terminalOutput,
Charset terminalCharset,
UnixLikeTerminal.CtrlCBehaviour terminalCtrlCBehaviour,
File ttyDev)
Creates a UnixTerminal using a specified input stream, output stream and character set, with a custom size
querier instead of using the default one.
|
UnixTerminal(InputStream terminalInput,
OutputStream terminalOutput,
Charset terminalCharset,
UnixTerminalSizeQuerier customSizeQuerier,
UnixLikeTerminal.CtrlCBehaviour terminalCtrlCBehaviour)
Creates a UnixTerminal using a specified input stream, output stream and character set, with a custom size
querier instead of using the default one.
|
Copyright © 2016. All rights reserved.