Terminalpublic class AnsiWindowsTerminal extends WindowsTerminal
WindowsTerminal.WindowsTerminal.ConsoleModeDEFAULT_HEIGHT, DEFAULT_WIDTHANSI, DIRECT_CONSOLE| Constructor | Description |
|---|---|
AnsiWindowsTerminal() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasWeirdWrap() |
Defaults to true which was the behaviour before this method was added.
|
boolean |
isAnsiSupported() |
|
java.io.OutputStream |
wrapOutIfNeeded(java.io.OutputStream out) |
Subclass to change behavior if needed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEchoEnabled, isSupported, reset, setAnsiSupporteddisableInterruptCharacter, enableInterruptCharacter, getDirectConsole, getHeight, getOutputEncoding, getWidth, init, isSystemIn, restore, setDirectConsole, setEchoEnabled, wrapInIfNeededpublic AnsiWindowsTerminal()
throws java.lang.Exception
java.lang.Exceptionpublic java.io.OutputStream wrapOutIfNeeded(java.io.OutputStream out)
TerminalSupportwrapOutIfNeeded in interface TerminalwrapOutIfNeeded in class TerminalSupportpublic boolean isAnsiSupported()
isAnsiSupported in interface TerminalisAnsiSupported in class TerminalSupportpublic boolean hasWeirdWrap()
TerminalSupporthasWeirdWrap in interface TerminalhasWeirdWrap in class TerminalSupport