Package jline
Class UnsupportedTerminal
java.lang.Object
jline.TerminalSupport
jline.UnsupportedTerminal
- All Implemented Interfaces:
Terminal
An unsupported terminal.
- Since:
- 2.0
-
Field Summary
Fields inherited from class jline.TerminalSupport
DEFAULT_HEIGHT, DEFAULT_WIDTH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.TerminalSupport
disableInterruptCharacter, enableInterruptCharacter, getHeight, getOutputEncoding, getWidth, hasWeirdWrap, init, isAnsiSupported, isEchoEnabled, isSupported, reset, restore, setAnsiSupported, setEchoEnabled, wrapInIfNeeded, wrapOutIfNeeded
-
Constructor Details
-
UnsupportedTerminal
public UnsupportedTerminal() -
UnsupportedTerminal
public UnsupportedTerminal(boolean ansiSupported, boolean echoEnabled)
-