This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1 folder 2 files
README.md

c-vt-cmake#

Demonstrates consuming libghostty-vt from a CMake project using FetchContent. Creates a terminal, writes VT sequences into it, and formats the screen contents as plain text.

Building#

cd example/c-vt-cmake
cmake -B build
cmake --build build
./build/c_vt_cmake

To build against a local checkout instead of fetching from GitHub:

cmake -B build -DFETCHCONTENT_SOURCE_DIR_GHOSTTY=../..
cmake --build build