Registry / cli / tvision

tvision

JSON →
library2024-05-22vcpkgunverified

A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.

vcpkg install tvision
INSTALL
IMPORT
SIG · TVISION
T
tvision
clicppv2024-05-22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tvision/tv.h
#include <tvision/tv.h>

Minimal example creating and running a Turbo Vision application.

#include <tvision/tv.h> #include <iostream> int main() { TApplication app; app.run(); return 0; }
Debug
Known issues
gotchaTurbo Vision is a TUI framework; requires a terminal that supports ANSI escape codes.
fix
Run in a terminal emulator that supports ANSI (most modern terminals do).
affects: *
Upgrade
Version history
2024-05-22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources

No resource links recorded.