Package-level declarations

Types

Link copied to clipboard

An internal buffer that stores commands without actively rendering them.

Link copied to clipboard

A renderer tied to an OffscreenBuffer which allows the user to render one row of text at a time.

Properties

Link copied to clipboard

How many lines of text were generated within this offscreen buffer.

Functions

Link copied to clipboard
fun RunScope.aside(render: AsideRenderScope.() -> Unit)

A one-off render block that can be triggered within a RenderScope.run block.

Link copied to clipboard
Link copied to clipboard

An offscreen block lets you create a temporary internal section that doesn't render until you're ready for it to.