TextCanvas

interface TextCanvas

Properties

Link copied to clipboard
abstract val height: Int
Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
abstract fun appendRowTo(appendable: Appendable, row: Int, ansiLevel: AnsiLevel)
Link copied to clipboard
abstract fun render(ansiLevel: AnsiLevel): String