Expand description
TUI module for Aranet terminal dashboard.
This module provides an interactive terminal user interface for monitoring
Aranet environmental sensors. It can be used standalone (when only the tui
feature is enabled) or as a subcommand of the CLI (when both cli and tui
features are enabled).
Structs§
- App
- Application state for the TUI
Functions§
- draw
- Draw the UI
- restore_
terminal - Restore the terminal to its original state
- run
- Run the TUI application
- run_
loop - Main event loop for the TUI
- setup_
terminal - Set up the terminal for TUI rendering