Expand description
Startup banner and initial messages.
All builder functions return Vec<Line<'static>> which get pushed
into the scroll buffer during TuiContext::new().
Constants§
- PURGE_
NUDGE_ BYTES - Nudge threshold: 500MB of compacted data.
Functions§
- build_
banner_ lines - collect_
startup_ lines - Collect all startup lines (banner + warnings + notices).
- home_
dir_ warning_ lines - Build home-directory footgun warning lines.
- print_
resume_ hint - Print session resume hint (after raw mode ends, to stdout).
- purge_
nudge - Append purge nudge lines if compacted data exceeds threshold.
- purge_
nudge_ lines - Build purge nudge lines.
- update_
notice_ lines - Build update-available notice lines.