Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(readkey): allow a sleep function to be passed | Thijs Schreijer | 2025-03-02 | 1 | -4/+4 |
| | | | | | | There are cases where both a blocking and non-blocking sleep is needed. In those cases just poatching system.sleep isn't good enough. Hence now we can pass a sleep function. | ||||
* | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 2024-08-28 | 1 | -1/+1 |
| | | | | Co-authored-by: cos <cos> | ||||
* | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | cleanup and documentation | Thijs Schreijer | 2024-05-23 | 1 | -0/+124 |
| | |||||
* | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer | 2024-03-24 | 1 | -0/+12 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 2 | -0/+303 |