aboutsummaryrefslogtreecommitdiff
path: root/spec/05-bitflags_spec.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-21add tests for readkey and readansiThijs1-5/+142
2024-05-21add tests get/setconsolecp, and get/setconsoleoutputcpThijs1-9/+87
2024-05-20add setconsoleflags testsThijs1-5/+35
2024-05-20implement getconsoleflags testsThijs2-14/+28
2024-05-20add example for reading a line from the terminal, non-blockingThijs Schreijer8-78/+1358
2024-05-07localize unpackThijs Schreijer1-3/+4
2024-05-07make readkey async, and add keyboard parser; ansi + utf8Thijs Schreijer3-59/+157
2024-05-07chore(keypressed): remove function keypressedThijs Schreijer1-28/+0
2024-05-07fix(readkey): add proper error handlingThijs Schreijer1-4/+25
2024-05-04switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer4-27/+64
2024-04-30review: bitflags no comparison, extra testsThijs Schreijer2-37/+15
2024-04-30feat(term): getting/setting terminal config flagsThijs17-8/+1794
2024-03-24chore(test): add tests (manual) for isatty terminal function (#22)Thijs Schreijer7-4/+140
2024-03-21chore(config): update editorconfig (#20)Thijs Schreijer2-11/+11
2024-03-19chore(readme): fix label description (#19)Thijs Schreijer1-1/+1
2024-03-19chore(ci): macos-latest + windows-latest (#17)Thijs Schreijer4-90/+110