A tool for semi-automated terminal feature testing
Go to file
Přemysl Eric Janouch aa2f951ff4
Add clang-format configuration, clean up
2021-11-05 21:01:26 +01:00
.clang-format Add clang-format configuration, clean up 2021-11-05 21:01:26 +01:00
LICENSE Initial commit 2020-09-10 22:09:47 +02:00
README.adoc Initial commit 2020-09-10 22:09:47 +02:00
termtest.c Add clang-format configuration, clean up 2021-11-05 21:01:26 +01:00

README.adoc

termtest

termtest is a tool to test the terminals features in a semi-automated way.

I considered writing this in Python but it has a shitty curses library where you need to call initscr() before anything else. Overall, it is a good idea to avoid such layers on top of the terminfo library.

Using

Build dependencies: a C99 compiler (tcc is guaranteed to work)
Runtime dependencies: ncurses

$ git clone https://git.janouch.name/p/termtest.git
$ c99 termtest.c -o termtest -lncurses
$ ./termtest

Contributing and Support

Use https://git.janouch.name/p/termtest to report any bugs, request features, or submit pull requests. git send-email is tolerated. If you want to discuss the project, feel free to join me at ircs://irc.janouch.name, channel #dev.

Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9

License

This software is released under the terms of the 0BSD license, the text of which is included within the package along with the list of authors.