Zig uncooked terminal library.
Zig 100.0%
4 1 0

Clone this repository

https://tangled.org/stau.space/zut
git@tangled.org:stau.space/zut

For self-hosted knots, clone URLs may differ based on your setup.

README.md

ZUT#

The Zig Uncooked Terminal library.

Usage#

To use this library simply put src/zut.zig in your src folder and include it like:

import zut = @import("zut.zig");

What#

Right now it only supplies a zut.get_key() for retrieving single key presses.