class Chamomile::NullRenderer
No-op renderer for headless/testing mode.
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/chamomile/program.rb, line 509 def apply_cursor_shape(_shape); end
Source
# File lib/chamomile/program.rb, line 504 def force_render(_view_string); end
Source
# File lib/chamomile/program.rb, line 508 def move_cursor(_row, _col); end
Source
# File lib/chamomile/program.rb, line 503 def render(_view_string); end
Source
# File lib/chamomile/program.rb, line 498 def resize(w, h) @width = w @height = h end
Source
# File lib/chamomile/program.rb, line 510 def write_window_title(_title); end