Package | Description |
---|---|
com.googlecode.lanterna.terminal.text |
Modifier and Type | Method and Description |
---|---|
static UnixTerminal.Behaviour |
UnixTerminal.Behaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnixTerminal.Behaviour[] |
UnixTerminal.Behaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnixTerminal(InputStream terminalInput,
OutputStream terminalOutput,
Charset terminalCharset,
UnixTerminalSizeQuerier customSizeQuerier,
UnixTerminal.Behaviour terminalBehaviour)
Creates a UnixTerminal using a specified input stream, output stream and character set.
|
Copyright © 2014. All Rights Reserved.