Files
ghostty/example/zig-vt/README.md
Mitchell Hashimoto 64f26c14d3 example/zig-vt
2025-09-21 19:41:58 -07:00

15 lines
311 B
Markdown

# Example: `ghostty-vt` Zig Module
This contains a simple example of how to use the `ghostty-vt` Zig module
exported by Ghostty to have access to a production grade terminal emulator.
Requires the Zig version stated in the `build.zig.zon` file.
## Usage
Run the program:
```shell-session
zig build run
```