Class ANSIBuffer
java.lang.Object
jline.ANSIBuffer
A buffer that can contain ANSI text.
- Author:
- Marc Prud'hommeaux
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic voidvoidsetAnsiEnabled(boolean ansi) toString()toString(boolean ansi) underscore(String str)
-
Constructor Details
-
ANSIBuffer
public ANSIBuffer() -
ANSIBuffer
-
-
Method Details
-
setAnsiEnabled
-
getAnsiEnabled
-
getAnsiBuffer
-
getPlainBuffer
-
toString
-
toString
-
append
-
attrib
-
red
-
blue
-
green
-
black
-
yellow
-
magenta
-
cyan
-
bold
-
underscore
-
blink
-
reverse
-
main
-