Skip to main content

Module main

Module main 

Source
Expand description

Top-level TUI view dispatcher.

Routes the current ViewMode to the appropriate renderer. All per-view rendering lives in dedicated sub-modules (see chat_view, sessions, inspector, webview, etc.) to satisfy SRP and the 50-line file limit for new modules.

Functionsยง

ui
Top-level entry point called by the TUI event loop on every frame.