Zig uncooked terminal library.
Zig 100.0%
4 1 0

Clone this repository

https://tangled.org/stau.space/zut https://tangled.org/did:plc:6n2ngs7zpcpwxz3jaoxj56tu/zut
git@knot.tangled.wizardry.systems:stau.space/zut git@knot.tangled.wizardry.systems:did:plc:6n2ngs7zpcpwxz3jaoxj56tu/zut

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

Download tar.gz
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.