aboutsummaryrefslogtreecommitdiff
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore(keypressed): remove function keypressedThijs Schreijer2024-05-071-28/+0
* fix(readkey): add proper error handlingThijs Schreijer2024-05-071-4/+25
* switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer2024-05-041-3/+3
* feat(term): getting/setting terminal config flagsThijs2024-04-301-5/+817
* feat(tty): add isatty()Thijs2023-11-151-0/+37