CommandLine.Help.Ansi.Style
public static interface CommandLine.Help.Ansi.IStyle
Modifier and Type | Field | Description |
---|---|---|
static String |
CSI |
The Control Sequence Introducer (CSI) escape sequence "\u001b[".
|
Modifier and Type | Method | Description |
---|---|---|
String |
off() |
Returns the ANSI escape code for turning this style off.
|
String |
on() |
Returns the ANSI escape code for turning this style on.
|
static final String CSI
Copyright © 2017–2019. All rights reserved.