TerminalInterface

Properties

Link copied to clipboard
abstract val info: TerminalInfo

Information about the current terminal.

Functions

Link copied to clipboard
abstract fun completePrintRequest(request: PrintRequest)

Display a PrintRequest on this terminal.

Link copied to clipboard
abstract fun readLineOrNull(hideInput: Boolean): String?

Read a single line of input from stdin, returning null if no input is available