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