public configureCursor(frame as TerminalFrame, row as Int, col as Int, width as Int, height as Int) as Boolean:
Lets a widget place the terminal cursor inside its own frame area.
true when the widget configured the cursor. Example: klyn frame.cursorVisible = true frame.cursorRow = row frame.cursorCol = col return true