summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2024-06-20add tests for autotermrestoreThijs Schreijer
2024-06-19add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer
2024-06-08switch termsize results to standard; rows, colsThijs Schreijer
2024-05-23fix the final testsThijs Schreijer
2024-05-23all done, but tcgetattr/tcsetattr tests, manualThijs Schreijer
2024-05-23Windows fixes, some manual testsThijs
2024-05-23fix several testsThijs Schreijer
2024-05-23add final (failing for now) tests, to be fixedThijs Schreijer
2024-05-22fix windows (manual) testsThijs
2024-05-22add tests for get/setnonblockThijs Schreijer
2024-05-22add tests for termbackup & termrestoreThijs Schreijer
2024-05-22add tests for termwrapThijs Schreijer
2024-05-21add tests for readkey and readansiThijs
2024-05-21add tests get/setconsolecp, and get/setconsoleoutputcpThijs
2024-05-20add setconsoleflags testsThijs
2024-05-20implement getconsoleflags testsThijs
2024-05-20add example for reading a line from the terminal, non-blockingThijs Schreijer
Handles utf8, and character width
2024-05-04switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer
2024-04-30review: bitflags no comparison, extra testsThijs Schreijer
2024-04-30feat(term): getting/setting terminal config flagsThijs
2024-03-24chore(test): add tests (manual) for isatty terminal function (#22)Thijs Schreijer
2023-11-15feat(tty): add isatty()Thijs
2023-11-15feat(*): add environment variable and random functionsThijs Schreijer
2023-11-09fix(ci): relax tests, macos is imprecise due to priorityThijs Schreijer
2016-05-08Support for monotimeOscar Lim
Provide `monotime` function with at least 1 millisecond resolution.
2016-02-21Make test for `gettime` more robustOscar Lim
2016-02-10Support for gettime and sleep functionsOscar Lim
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.