aboutsummaryrefslogtreecommitdiff
path: root/src/term.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement getconsoleflags testsThijs2024-05-201-2/+8
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-17/+313
| | | | Handles utf8, and character width
* chore(keypressed): remove function keypressedThijs Schreijer2024-05-071-28/+0
| | | | easier to handle this on the Lua side
* 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