klyn.gui.terminal.TerminalFrame.writeText
method
public writeText(row as Int, col as Int, text as String, maxWidth as Int = -1) as Void:
Description
Writes ANSI-capable text into the frame. Supported escape sequences: - reset (`0`) - bold / underline / inverse and their disable codes - 24-bit foreground/background colors (`38;2;r;g;b`, `48;2;r;g;b`) - default foreground/background (`39`, `49`)