class

Term2::NilRenderer

Inherits Term2::Renderer < Reference < Object

NilRenderer is a no-op renderer for non-TUI mode

Instance methods

alt_screen?
Source
clear_screen
Source
disable_mouse_all_motion
Source
disable_mouse_cell_motion
Source
enable_mouse_all_motion
Source
enable_mouse_cell_motion
Source
enter_alt_screen
Source
exit_alt_screen
Source
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
hide_cursor
Source
kill
Source
render(view : String) : Nil

Render a frame

Source
repaint

Repaint the screen

Source
reset_lines_rendered
Source
running?

Check if the renderer is running

Source
show_cursor
Source
start

Start the renderer

Source
stop

Stop the renderer

Source
write(text : String) : Nil
Source