public interface VT100Keyboard
| Modifier and Type | Method and Description |
|---|---|
void |
handleKeystroke(int keyCode,
char keyChar)
Handle keystroke events.
|
void |
setCursorKey(boolean cursorKey)
Set cursor key mode.
|
void |
setMasterPty(MasterPty pty)
Set PTY interface.
|
void handleKeystroke(int keyCode,
char keyChar)
keyCode - Key code.keyChar - Key character.void setCursorKey(boolean cursorKey)
cursorKey - ANSI or Applicationvoid setMasterPty(MasterPty pty)
pty - an instance of PTY interface