class

Term2::Renderer

Inherits Reference < Object

Renderer is the abstract base class for terminal rendering

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
running?

Check if the renderer is running

Source
start

Start the renderer

Source
stop

Stop the renderer

Source