Skip to main content

Module app

Module app 

Source
Expand description

Board state and key handling. Drawing lives in crate::view.

Structs§

App
Interactive board. Talks only to BoardBackend.
BoardRow
One displayed row. Every pane maps onto this shape so keys share a path.
RunOpts
Options for the interactive vissue tui entry point.

Functions§

run
First paint via core, then attach unless --offline, then the crossterm loop.