Skip to main content

Module interactive

Module interactive 

Source
Expand description

Full-screen terminal views (feature tui), and line prompts for when there is no terminal.

Open a view only when tui_available; otherwise fall back to text.

Modules§

cutoff_tui
Full-screen nnz cutoff picker for squeeze --interactive.
stat_tui
Full-screen explorer for per-row and per-column statistics.
ui
Shared pieces of the full-screen views: the palette, panels, header and help lines, the event loop, histogram scales and binning, and a histogram plot with a y gutter, an x axis, and markers.

Enums§

UserAction
User action after viewing histogram or other interactive prompts

Functions§

confirm
Simple yes/no confirmation prompt
prompt_user_action
Prompt user for action in interactive mode after showing histogram
tui_available
Whether a full-screen session can run: both stdin and stdout are a terminal. Otherwise callers fall back to the line prompts below.