public class Vt100 extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BOLD
Starts bold text, until "normal" is issued.
|
static String |
ESC |
static String |
INV
Starts inverse video, until "normal" is issued.
|
static String |
NORM
ends bold, inverse and colored video/text.
|
static String |
RED
Starts red foreground color, until "normal" is issued.
|
static String |
ULIN
Starts underlined text, until "end underline" is issued.
|
static String |
ULIN_END
Ends underlined text.
|
Constructor and Description |
---|
Vt100() |
public static final String ESC
public static final String INV
public static final String BOLD
public static final String NORM
public static final String ULIN
public static final String ULIN_END
public static final String RED
see also the complete user documentation .