Nottui.Rendererval make : unit -> tCreate a new renderer.
It maintains state to update output image and to dispatch events.
Update the contents to be rendered to the given UI at a specific size
val image : t -> Notty.imageRender and return actual image
val dispatch_mouse : t -> Ui.mouse -> Ui.may_handleDispatch a mouse event
val dispatch_key : t -> Ui.key -> Ui.may_handleDispatch a keyboard event
val dispatch_event : t -> Ui.event -> Ui.may_handleDispatch an event