Package | Description |
---|---|
com.googlecode.lanterna.screen |
Modifier and Type | Class and Description |
---|---|
class |
TerminalScreen
This is the default concrete implementation of the Screen interface, a buffered layer sitting on top of a Terminal.
|
class |
VirtualScreen
VirtualScreen wraps a normal screen and presents it as a screen that has a configurable minimum size; if the real
screen is smaller than this size, the presented screen will add scrolling to get around it.
|
Copyright © 2016. All rights reserved.