about summary refs log tree commit diff stats
path: root/src/bindings/termcap.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-4/+5
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Use std/* imports everywherebptato2024-01-071-1/+1
|
* bindings: find termcap on FreeBSDbptato2023-11-211-2/+13
| | | | | pkg-config does not find termcap (or really, ncurses) here, so we have to find it ourselves.
* Termcap support (?)bptato2022-11-211-0/+20