| 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 by
VirtualTerminal.BufferWalker to repressent a line in the text buffer when iterating over a range of
lines |
| VirtualTerminal.BufferWalker |
Callback interface that is used by
VirtualTerminal.forEachLine(int, int, BufferWalker) as a way to iterate over a range
of lines in the text buffer |
| VirtualTerminalListener |
Listener class for
VirtualTerminal that allows you to receive callbacks on certain events. |
| Class | Description |
|---|---|
| DefaultVirtualTerminal |
Copyright © 2020. All rights reserved.