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.