public class

AnsiWindowsTerminal

extends WindowsTerminal
java.lang.Object
   ↳ jline.TerminalSupport
     ↳ jline.WindowsTerminal
       ↳ jline.AnsiWindowsTerminal

Class Overview

ANSI-supported WindowsTerminal.

Summary

[Expand]
Inherited Constants
From class jline.TerminalSupport
[Expand]
Inherited Fields
From class jline.WindowsTerminal
Public Constructors
AnsiWindowsTerminal()
Public Methods
boolean hasWeirdWrap()
Defaults to true which was the behaviour before this method was added.
boolean isAnsiSupported()
OutputStream wrapOutIfNeeded(OutputStream out)
Subclass to change behavior if needed.
[Expand]
Inherited Methods
From class jline.WindowsTerminal
From class jline.TerminalSupport
From class java.lang.Object
From interface jline.Terminal

Public Constructors

public AnsiWindowsTerminal ()

Throws
Exception

Public Methods

public boolean hasWeirdWrap ()

Defaults to true which was the behaviour before this method was added.

public boolean isAnsiSupported ()

public OutputStream wrapOutIfNeeded (OutputStream out)

Subclass to change behavior if needed.

Returns
  • the passed out