Package-level declarations

Types

Link copied to clipboard
interface Terminal

An interface for abstracting input and output for various terminal implementations.

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.