Package jexer.tterminal
An ECMA-48 / ANSI X3.64 style terminal emulator.
-
Interface Summary Interface Description DisplayListener DisplayListener is used to callback into external UI when data has come in from the remote side. -
Class Summary Class Description DECCharacterSets This class contains a collection of the DEC VT100 and VT220 character set mappings into Unicode.DisplayLine This represents a single line of the display buffer.ECMA48 This implements a complex ECMA-48/ISO 6429/ANSI X3.64 type console, including a scrollback buffer.SixelDecoder SixelDecoder parses a buffer of sixel image data into a BufferedImage. -
Enum Summary Enum Description ECMA48.DeviceType The emulator can emulate several kinds of terminals.ECMA48.MouseProtocol XTERM mouse reporting protocols.