Module com.googlecode.lanterna
Package com.googlecode.lanterna.terminal.virtual
-
Interface Summary Interface Description VirtualTerminal A virtual terminal is a kind of terminal emulator implemented inside of Lanterna that exposes the Terminal interface and maintains its state completely internally.VirtualTerminal.BufferLine Interface used byVirtualTerminal.BufferWalker
to repressent a line in the text buffer when iterating over a range of linesVirtualTerminal.BufferWalker Callback interface that is used byVirtualTerminal.forEachLine(int, int, BufferWalker)
as a way to iterate over a range of lines in the text bufferVirtualTerminalListener Listener class forVirtualTerminal
that allows you to receive callbacks on certain events. -
Class Summary Class Description DefaultVirtualTerminal TextBuffer This class is used to store lines of text inside of a terminal emulator.VirtualTerminalTextGraphics Implementation ofTextGraphics
forVirtualTerminal