Package | Description |
---|---|
jexer.tterminal |
An ECMA-48 / ANSI X3.64 style terminal emulator.
|
Modifier and Type | Method and Description |
---|---|
DisplayLine |
ECMA48.getBlankDisplayLine()
Obtain a new blank display line for an external user
(e.g.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DisplayLine> |
ECMA48.getDisplayBuffer()
Get the display buffer.
|
java.util.List<DisplayLine> |
ECMA48.getScrollbackBuffer()
Get the scrollback buffer.
|
java.util.List<DisplayLine> |
ECMA48.getVisibleDisplay(int visibleHeight,
int scrollBottom)
Get the visible display + scrollback buffer, offset by a specified
number of rows from the bottom.
|
Constructor and Description |
---|
DisplayLine(DisplayLine line)
Public constructor makes a duplicate (deep copy).
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.