Tea::NilRenderer
Inherits Tea::Renderer < Reference < Object
NilRenderer is a no-op renderer. It implements the Renderer interface but doesn't render anything to the terminal.
Instance methods
Flush the renderer's buffer to the output - no-op Implements renderer interface
Insert unmanaged lines above the renderer - no-op Implements renderer interface
on_mouse(msg : MouseMsg) : Cmd | Nil
Handle a mouse event - returns nil Implements renderer interface
Notify the renderer of a terminal resize - no-op Implements renderer interface
set_color_profile(profile : Ultraviolet::ColorProfile)
Set the color profile - no-op Implements renderer interface ameba:disable Naming/AccessorMethodName
set_width_method(method : Ultraviolet::WidthMethod)
Set the method for calculating the width of the terminal - no-op ameba:disable Naming/AccessorMethodName