summaryrefslogtreecommitdiff
path: root/luasystem-scm-0.rockspec
AgeCommit message (Collapse)Author
2024-05-20add example for reading a line from the terminal, non-blockingThijs Schreijer
Handles utf8, and character width
2024-04-30feat(term): getting/setting terminal config flagsThijs
2024-02-14fix(rockspec): LuaSystem compiles on MinGW (#16)Shoop
2023-11-15feat(tty): add isatty()Thijs
2023-11-15feat(*): add environment variable and random functionsThijs Schreijer
2023-11-09chore(rockspecs): update new locationThijs Schreijer
2016-05-08Support for monotimeOscar Lim
Provide `monotime` function with at least 1 millisecond resolution.
2016-02-10Support for gettime and sleep functionsOscar Lim
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.