aboutsummaryrefslogtreecommitdiff
path: root/doc_topics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(readkey): allow a sleep function to be passedThijs Schreijer2025-03-021-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 Schreijer2024-08-281-1/+1
| | | | Co-authored-by: cos <cos>
* add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer2024-06-191-2/+2
|
* cleanup and documentationThijs Schreijer2024-05-231-0/+124
|
* chore(test): add tests (manual) for isatty terminal function (#22)Thijs Schreijer2024-03-241-0/+12
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-152-0/+303