mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
15 lines
311 B
Markdown
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
|
|
```
|