jline
Class AnsiWindowsTerminal
java.lang.Object
jline.TerminalSupport
jline.WindowsTerminal
jline.AnsiWindowsTerminal
- All Implemented Interfaces:
- Terminal
public class AnsiWindowsTerminal
- extends WindowsTerminal
ANSI-supported WindowsTerminal
.
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnsiWindowsTerminal
public AnsiWindowsTerminal()
throws Exception
- Throws:
Exception
wrapOutIfNeeded
public OutputStream wrapOutIfNeeded(OutputStream out)
- Description copied from class:
TerminalSupport
- Subclass to change behavior if needed.
- Specified by:
wrapOutIfNeeded
in interface Terminal
- Overrides:
wrapOutIfNeeded
in class TerminalSupport
- Returns:
- the passed out
isAnsiSupported
public boolean isAnsiSupported()
- Specified by:
isAnsiSupported
in interface Terminal
- Overrides:
isAnsiSupported
in class TerminalSupport
hasWeirdWrap
public boolean hasWeirdWrap()
- Description copied from class:
TerminalSupport
- Defaults to true which was the behaviour before this method was added.
- Specified by:
hasWeirdWrap
in interface Terminal
- Overrides:
hasWeirdWrap
in class TerminalSupport
Copyright © 2013. All Rights Reserved.