summaryrefslogtreecommitdiff
path: root/example/zig-vt/README.md
blob: f985d41055d4620d47711f295557f25d75f2b35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```