class

Term2::StandardRenderer

Inherits Term2::Renderer < Reference < Object

StandardRenderer provides ANSI-based terminal rendering

Constructors

new(output : IO = STDOUT)
Source

Instance methods

flush

Flush any pending output

Source
fps

Get the current frame rate

Source
fps=(fps : Float64) : Nil

Set the frame rate (frames per second)

Source
render(view : String) : Nil

Render a frame

Source
repaint

Repaint the screen

Source
reset_lines_rendered

Compatibility no-op with Bubble Tea renderer API

Source
running?

Check if the renderer is running

Source
start

Start the renderer

Source
stop

Stop the renderer

Source