Pure Go termbox implementation
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's what makes the termbox a distinct library in its area. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/nsf/termbox-go
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.1-9.fc41 | - |
Fedora 41 | 1.1.1-9.fc41 | - |
Fedora 40 | 1.1.1-7.fc40 | - |
Fedora 39 | 1.1.1-5.fc39 | - |
You can contact the maintainers of this package via email at
golang-github-nsf-termbox dash maintainers at fedoraproject dot org
.