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.

This has since evolved into a more general terminal access library, that also includes a complete terminfo implementation and something vaguely reminescent of termbox, but a little larger. If this is something you might want, check out the project page.