Files
mars-nwe/doc/librarys/nwtui/README.md
Mario Fetka abfd381fbc
All checks were successful
Source release / source-package (push) Successful in 1m23s
0515 doc: fold internal bundled dependencies into owning libraries
2026-06-14 09:46:34 +02:00

14 lines
499 B
Markdown

# nwtui
`nwtui` is the Mars terminal UI helper library. It provides the project-facing
terminal abstraction and uses the bundled termbox2 backend.
Use `nwtui` from Mars tools that need terminal interaction. Do not call
termbox2 directly from new higher-level code. If a terminal feature is missing,
extend the `nwtui` wrapper and keep backend details below that API.
## Internal backend
- `third_party/termbox2`: backend implementation detail for `nwtui`. It is not
a public Mars library API.