AnsiGridTextFrame

class AnsiGridTextFrame(builder: AnsiGridStringBuilder, cursorLeft: Int, cursorTop: Int, val acceptsInput: Boolean = true, backgroundColor: AnsiColor = AnsiColor.BLACK) : Frame

Provides an ANSI grid based Frame.

Constructors

Link copied to clipboard
constructor(builder: AnsiGridStringBuilder, cursorLeft: Int, cursorTop: Int, acceptsInput: Boolean = true, backgroundColor: AnsiColor = AnsiColor.BLACK)

Properties

Link copied to clipboard
open override val acceptsInput: Boolean = true

Get if this frame accepts input.

Functions

Link copied to clipboard
open override fun render(callback: RenderFrame)

Render this frame using a specified callback to handle output.

Link copied to clipboard
open override fun toString(): String