Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(random): replace deprecated Windows API | Thijs Schreijer | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 1 | -0/+1 |
| | | | | Handles utf8, and character width | ||||
* | feat(term): getting/setting terminal config flags | Thijs | 2024-04-30 | 1 | -0/+1 |
| | |||||
* | fix(rockspec): LuaSystem compiles on MinGW (#16) | Shoop | 2024-02-14 | 1 | -0/+8 |
| | |||||
* | feat(tty): add isatty() | Thijs | 2023-11-15 | 1 | -1/+8 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 1 | -3/+3 |
| | |||||
* | chore(rockspecs): update new location | Thijs Schreijer | 2023-11-09 | 1 | -6/+17 |
| | |||||
* | Support for monotime | Oscar Lim | 2016-05-08 | 1 | -1/+11 |
| | | | | Provide `monotime` function with at least 1 millisecond resolution. | ||||
* | Support for gettime and sleep functions | Oscar Lim | 2016-02-10 | 1 | -0/+47 |
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. |