Package | Description |
---|---|
com.googlecode.lanterna.terminal.ansi |
Modifier and Type | Class and Description |
---|---|
class |
FixedTerminalSizeProvider
Using this terminal size provider, your terminal will be set to a fixed size and will never receive any resize
events.
|
Modifier and Type | Field and Description |
---|---|
protected UnixTerminalSizeQuerier |
UnixTerminal.terminalSizeQuerier |
Constructor and Description |
---|
UnixTerminal(InputStream terminalInput,
OutputStream terminalOutput,
Charset terminalCharset,
UnixTerminalSizeQuerier customSizeQuerier)
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.