Package-level declarations
Functions
Link copied to clipboard
fun renderBorder(buffer: Buffer, x: Int, y: Int, width: Int, height: Int, style: BorderStyle, color: Color = Color.Default)
Link copied to clipboard
fun renderText(buffer: Buffer, x: Int, y: Int, text: String, fg: Color = Color.Default, bg: Color = Color.Default, bold: Boolean = false, italic: Boolean = false, underline: Boolean = false, strikethrough: Boolean = false)
Link copied to clipboard
Sets the high-level UI content for the application.