Uses of Class
jexer.terminal.TerminalState
-
Packages that use TerminalState Package Description jexer Jexer - Java Text User Interface libraryjexer.terminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of TerminalState in jexer
Methods in jexer with parameters of type TerminalState Modifier and Type Method Description voidTTerminal. postUpdate(TerminalState terminalState)Called by emulator when fresh data has come in.voidTTextPicture. postUpdate(TerminalState terminalState)Called by emulator when fresh data has come in. -
Uses of TerminalState in jexer.terminal
Methods in jexer.terminal that return TerminalState Modifier and Type Method Description TerminalStateECMA48. captureState()Obtain a snapshot of the terminal state.Methods in jexer.terminal with parameters of type TerminalState Modifier and Type Method Description voidTerminalListener. postUpdate(TerminalState terminalState)Function to call when the terminal state has updated.
-