term
term is a library that provides terminal handling for zig. It includes termios and terminfo capabilities on unix like platforms, plus a termbox like interface to the terminal.
term and all accompanying documentation and additional source code is released under the MIT license.
If you have anything to say about this, comments, bug reports, whatever, feel free to email them to
Documentation
and then there are the manual pages for the C versions of the unix/linux terminal stuff.
Download
Get it from the git repository at Codeberg.
News
-
Terminal library for zig
I’ve recently started to learn the zig programming language. The first potentially usable thing to come out of this is an implementation of the termios interface in zig.