Package-level declarations

Types

Link copied to clipboard
class TerminalSize(val width: Int, val height: Int)

The size of the virtual terminal text area, where width and height represent the number of characters that can fit within it.

Link copied to clipboard

A Terminal implementation backed by Swing.