Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code style | bptato | 2024-04-17 | 1 | -4/+5 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -1/+1 |
| | |||||
* | bindings: find termcap on FreeBSD | bptato | 2023-11-21 | 1 | -2/+13 |
| | | | | | pkg-config does not find termcap (or really, ncurses) here, so we have to find it ourselves. | ||||
* | Termcap support (?) | bptato | 2022-11-21 | 1 | -0/+20 |