public interface Terminal
Modifier and Type | Field and Description |
---|---|
static byte |
A |
static byte |
B |
static byte |
BS |
static byte |
C |
static byte |
CAN |
static byte |
D |
static byte |
DEL |
static byte |
E |
static byte |
EOT |
static byte |
ESC |
static byte |
f |
static byte |
FF |
static byte |
H |
static byte |
HT |
static byte |
LE |
static byte |
LSB |
static byte |
r |
static byte |
SE |
static byte |
SEMICOLON |
static byte |
SGR |
Modifier and Type | Method and Description |
---|---|
String |
format(String str) |
int |
getAtomicSequenceLength() |
byte[] |
getCursorMoveSequence(int dir,
int times) |
byte[] |
getCursorPositioningSequence(int[] pos) |
byte[] |
getEraseSequence(int eraseFunc) |
byte[] |
getGRSequence(int type,
int param) |
byte[] |
getInitSequence() |
byte[] |
getScrollMarginsSequence(int topmargin,
int bottommargin) |
byte[] |
getSpecialSequence(int sequence) |
boolean |
supportsScrolling() |
boolean |
supportsSGR() |
static final byte EOT
static final byte BS
static final byte DEL
static final byte HT
static final byte FF
static final byte SGR
static final byte CAN
static final byte ESC
static final byte LSB
static final byte SEMICOLON
static final byte A
static final byte B
static final byte C
static final byte D
static final byte E
static final byte H
static final byte f
static final byte r
static final byte LE
static final byte SE
byte[] getEraseSequence(int eraseFunc)
byte[] getCursorMoveSequence(int dir, int times)
byte[] getCursorPositioningSequence(int[] pos)
byte[] getSpecialSequence(int sequence)
byte[] getScrollMarginsSequence(int topmargin, int bottommargin)
byte[] getGRSequence(int type, int param)
byte[] getInitSequence()
boolean supportsSGR()
boolean supportsScrolling()
int getAtomicSequenceLength()
Copyright © 2024. All rights reserved.