Module ui

Module ui 

Source
Expand description

The UI renders the application state into something visible and vim-able.

The draw function dispatches based on the current view (file list, section list, or editor). The file list shows a directory tree for multi-file projects, the list view shows sections with their hierarchy, and the detail view provides a vim-like editor for section content.

Functionsยง

draw
Renders the active view based on current application state.