Package jexer.terminal
An ECMA-48 / ANSI X3.64 style terminal emulator.
-
Interface Summary Interface Description TerminalListener TerminalListener is used to callback into external UI when the terminal state has changed. -
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.TerminalState This represents the full displayable state of the ECMA38 terminal. -
Enum Summary Enum Description ECMA48.DeviceType The emulator can emulate several kinds of terminals.ECMA48.MouseProtocol XTERM mouse reporting protocols.