Buffer
Properties
Functions
Link copied to clipboard
Sets the background color of a specific cell.
Link copied to clipboard
fun writeString(x: Int, y: Int, text: String, foreground: Color? = null, background: Color? = null, bold: Boolean? = null, italic: Boolean? = null, underline: Boolean? = null, strikethrough: Boolean? = null)
Writes a string into the buffer at the specified coordinates.