Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(readkey): allow a sleep function to be passedfeat/fsleep | Thijs Schreijer | 2025-03-01 | 1 | -1/+5 |
| | | | | | | 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. | ||||
* | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | cleanup and documentation | Thijs Schreijer | 2024-05-23 | 1 | -21/+17 |
| | |||||
* | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 1 | -0/+476 |
Handles utf8, and character width |