| com.sshtools.daemon.terminal.Terminal
All known Subclasses: com.sshtools.daemon.terminal.BasicTerminal,
Terminal | public interface Terminal (Code) | | author: $author$ version: $Revision: 1.11 $ |
Field Summary | |
final public static byte | A | final public static byte | B | final public static byte | BS | final public static byte | C | final public static byte | CAN | final public static byte | D | final public static byte | DEL | final public static byte | E | final public static byte | EOT | final public static byte | ESC | final public static byte | FF | final public static byte | H | final public static byte | HT | final public static byte | LE | final public static byte | LSB | final public static byte | SE | final public static byte | SEMICOLON | final public static byte | SGR | final public static byte | f | final public static byte | r |
A | final public static byte A(Code) | | |
B | final public static byte B(Code) | | |
BS | final public static byte BS(Code) | | |
C | final public static byte C(Code) | | |
CAN | final public static byte CAN(Code) | | |
D | final public static byte D(Code) | | |
DEL | final public static byte DEL(Code) | | |
E | final public static byte E(Code) | | |
EOT | final public static byte EOT(Code) | | |
ESC | final public static byte ESC(Code) | | |
FF | final public static byte FF(Code) | | |
H | final public static byte H(Code) | | |
HT | final public static byte HT(Code) | | |
LE | final public static byte LE(Code) | | |
LSB | final public static byte LSB(Code) | | |
SE | final public static byte SE(Code) | | |
SEMICOLON | final public static byte SEMICOLON(Code) | | |
SGR | final public static byte SGR(Code) | | |
f | final public static byte f(Code) | | |
r | final public static byte r(Code) | | |
getAtomicSequenceLength | public int getAtomicSequenceLength()(Code) | | |
getCursorMoveSequence | public byte[] getCursorMoveSequence(int dir, int times)(Code) | | Parameters: dir - Parameters: times - |
getCursorPositioningSequence | public byte[] getCursorPositioningSequence(int[] pos)(Code) | | Parameters: pos - |
getEraseSequence | public byte[] getEraseSequence(int eraseFunc)(Code) | | Parameters: eraseFunc - |
getGRSequence | public byte[] getGRSequence(int type, int param)(Code) | | Parameters: type - Parameters: param - |
getInitSequence | public byte[] getInitSequence()(Code) | | |
getScrollMarginsSequence | public byte[] getScrollMarginsSequence(int topmargin, int bottommargin)(Code) | | Parameters: topmargin - Parameters: bottommargin - |
getSpecialSequence | public byte[] getSpecialSequence(int sequence)(Code) | | Parameters: sequence - |
supportsSGR | public boolean supportsSGR()(Code) | | |
supportsScrolling | public boolean supportsScrolling()(Code) | | |
translateControlCharacter | public int translateControlCharacter(int byteread)(Code) | | Parameters: byteread - |
translateEscapeSequence | public int translateEscapeSequence(int[] buffer)(Code) | | Parameters: buffer - |
|
|