A very thin wrapper around the ncurses TUI library.
# Cargo.toml
[dependencies]
ncurses = "6.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes ncurses, prints a message, and waits for key press before exiting.
Install ncurses via package manager (e.g., apt install libncurses-dev).
No dependency data recorded yet.