Module tui

Module tui 

Source
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