Crate zi_term

Source
Expand description

A terminal backend implementation for Zi using crossterm

Structs§

Crossterm
A terminal backend implementation for Zi using crossterm

Enums§

Error
Error type for

Functions§

full
Creates a new backend with a full painter. It redraws the whole canvas on every canvas.
incremental
Creates a new backend with an incremental painter. It only draws those parts of the terminal that have changed since last drawn.

Type Aliases§

Result
Alias for Result with a backend error.