Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 2024-08-28 | 1 | -1/+2 |
| | | | | Co-authored-by: cos <cos> | ||||
* | add tests for autotermrestore | Thijs Schreijer | 2024-06-20 | 1 | -2/+82 |
| | |||||
* | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 1 | -7/+7 |
| | |||||
* | switch termsize results to standard; rows, cols | Thijs Schreijer | 2024-06-08 | 1 | -3/+3 |
| | |||||
* | fix the final tests | Thijs Schreijer | 2024-05-23 | 1 | -2/+49 |
| | |||||
* | all done, but tcgetattr/tcsetattr tests, manual | Thijs Schreijer | 2024-05-23 | 1 | -4/+5 |
| | |||||
* | Windows fixes, some manual tests | Thijs | 2024-05-23 | 1 | -6/+6 |
| | |||||
* | fix several tests | Thijs Schreijer | 2024-05-23 | 1 | -3/+3 |
| | |||||
* | add final (failing for now) tests, to be fixed | Thijs Schreijer | 2024-05-23 | 1 | -4/+91 |
| | |||||
* | fix windows (manual) tests | Thijs | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | add tests for get/setnonblock | Thijs Schreijer | 2024-05-22 | 1 | -4/+42 |
| | |||||
* | add tests for termbackup & termrestore | Thijs Schreijer | 2024-05-22 | 1 | -3/+35 |
| | |||||
* | add tests for termwrap | Thijs Schreijer | 2024-05-22 | 1 | -1/+59 |
| | |||||
* | add tests for readkey and readansi | Thijs | 2024-05-21 | 1 | -5/+142 |
| | |||||
* | add tests get/setconsolecp, and get/setconsoleoutputcp | Thijs | 2024-05-21 | 1 | -9/+87 |
| | |||||
* | add setconsoleflags tests | Thijs | 2024-05-20 | 1 | -5/+35 |
| | |||||
* | implement getconsoleflags tests | Thijs | 2024-05-20 | 1 | -12/+20 |
| | |||||
* | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 1 | -1/+191 |
| | | | | Handles utf8, and character width | ||||
* | switch "has" to "has_all_of" and "has_any_of" | Thijs Schreijer | 2024-05-04 | 1 | -5/+18 |
| | |||||
* | review: bitflags no comparison, extra tests | Thijs Schreijer | 2024-04-30 | 1 | -12/+5 |
| | |||||
* | feat(term): getting/setting terminal config flags | Thijs | 2024-04-30 | 2 | -0/+128 |
| | |||||
* | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer | 2024-03-24 | 4 | -2/+125 |
| | |||||
* | feat(tty): add isatty() | Thijs | 2023-11-15 | 1 | -3/+2 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 4 | -31/+205 |
| | |||||
* | fix(ci): relax tests, macos is imprecise due to priority | Thijs Schreijer | 2023-11-09 | 1 | -2/+2 |
| | |||||
* | Support for monotime | Oscar Lim | 2016-05-08 | 1 | -0/+11 |
| | | | | Provide `monotime` function with at least 1 millisecond resolution. | ||||
* | Make test for `gettime` more robust | Oscar Lim | 2016-02-21 | 1 | -1/+8 |
| | |||||
* | Support for gettime and sleep functions | Oscar Lim | 2016-02-10 | 1 | -0/+13 |
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. |