aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-add FreeBSD support (broken since c1a64c1) (#33)Thijs Schreijer2024-08-281-1/+2
| | | | Co-authored-by: cos <cos>
* add tests for autotermrestoreThijs Schreijer2024-06-201-2/+82
|
* add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer2024-06-191-7/+7
|
* switch termsize results to standard; rows, colsThijs Schreijer2024-06-081-3/+3
|
* fix the final testsThijs Schreijer2024-05-231-2/+49
|
* all done, but tcgetattr/tcsetattr tests, manualThijs Schreijer2024-05-231-4/+5
|
* Windows fixes, some manual testsThijs2024-05-231-6/+6
|
* fix several testsThijs Schreijer2024-05-231-3/+3
|
* add final (failing for now) tests, to be fixedThijs Schreijer2024-05-231-4/+91
|
* fix windows (manual) testsThijs2024-05-221-1/+1
|
* add tests for get/setnonblockThijs Schreijer2024-05-221-4/+42
|
* add tests for termbackup & termrestoreThijs Schreijer2024-05-221-3/+35
|
* add tests for termwrapThijs Schreijer2024-05-221-1/+59
|
* add tests for readkey and readansiThijs2024-05-211-5/+142
|
* add tests get/setconsolecp, and get/setconsoleoutputcpThijs2024-05-211-9/+87
|
* add setconsoleflags testsThijs2024-05-201-5/+35
|
* implement getconsoleflags testsThijs2024-05-201-12/+20
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-1/+191
| | | | Handles utf8, and character width
* switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer2024-05-041-5/+18
|
* review: bitflags no comparison, extra testsThijs Schreijer2024-04-301-12/+5
|
* feat(term): getting/setting terminal config flagsThijs2024-04-302-0/+128
|
* chore(test): add tests (manual) for isatty terminal function (#22)Thijs Schreijer2024-03-244-2/+125
|
* feat(tty): add isatty()Thijs2023-11-151-3/+2
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-154-31/+205
|
* fix(ci): relax tests, macos is imprecise due to priorityThijs Schreijer2023-11-091-2/+2
|
* Support for monotimeOscar Lim2016-05-081-0/+11
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Make test for `gettime` more robustOscar Lim2016-02-211-1/+8
|
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+13
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.