TuiRenderer
termflow.tui.TuiRenderer
trait TuiRenderer
Pluggable renderer invoked by the runtime loop once per frame.
The default implementation is SimpleANSIRenderer which delegates to AnsiRenderer.buildFrame + AnsiRenderer.diff. Custom renderers can be supplied to TuiRuntime.run for backends that emit something other than raw ANSI (e.g. test capture, alternate terminals).
Attributes
- Note
-
This is an SPI. Source-compatible changes are not guaranteed; downstream implementers should expect the trait to evolve.
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SimpleANSIRenderer
Members list
In this article