Age | Commit message (Expand) | Author |
2024-06-25 | Release v0.4.1v0.4.1 | Thijs |
2024-06-25 | fix(ci): move away from deprecated macos version | Thijs |
2024-06-25 | fix(*): msys2 requires conio.h header | Thijs |
2024-06-20 | Release v0.4.0 (#24)v0.4.0 | Thijs Schreijer |
2024-06-20 | Merge pull request #21 from lunarmodules/terminal | Thijs Schreijer |
2024-06-20 | simplify the __gc check | Thijs Schreijer |
2024-06-20 | add tests for autotermrestore | Thijs Schreijer |
2024-06-19 | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer |
2024-06-08 | switch termsize results to standard; rows, cols | Thijs Schreijer |
2024-06-08 | fix linter errors | Thijs Schreijer |
2024-06-03 | fix docs, merging modules | Thijs |
2024-05-23 | cleanup and documentation | Thijs Schreijer |
2024-05-23 | fix the final tests | Thijs Schreijer |
2024-05-23 | all done, but tcgetattr/tcsetattr tests, manual | Thijs Schreijer |
2024-05-23 | Windows fixes, some manual tests | Thijs |
2024-05-23 | fix several tests | Thijs Schreijer |
2024-05-23 | add final (failing for now) tests, to be fixed | Thijs Schreijer |
2024-05-22 | fix windows (manual) tests | Thijs |
2024-05-22 | fix | Thijs Schreijer |
2024-05-22 | add tests for get/setnonblock | Thijs Schreijer |
2024-05-22 | add tests for termbackup & termrestore | Thijs Schreijer |
2024-05-22 | drop debug line | Thijs Schreijer |
2024-05-22 | add tests for termwrap | Thijs Schreijer |
2024-05-21 | add example for termsize | Thijs |
2024-05-21 | add tests for readkey and readansi | Thijs |
2024-05-21 | add tests get/setconsolecp, and get/setconsoleoutputcp | Thijs |
2024-05-20 | add setconsoleflags tests | Thijs |
2024-05-20 | implement getconsoleflags tests | Thijs |
2024-05-20 | add example for reading a line from the terminal, non-blocking | Thijs Schreijer |
2024-05-07 | localize unpack | Thijs Schreijer |
2024-05-07 | make readkey async, and add keyboard parser; ansi + utf8 | Thijs Schreijer |
2024-05-07 | chore(keypressed): remove function keypressed | Thijs Schreijer |
2024-05-07 | fix(readkey): add proper error handling | Thijs Schreijer |
2024-05-04 | switch "has" to "has_all_of" and "has_any_of" | Thijs Schreijer |
2024-04-30 | review: bitflags no comparison, extra tests | Thijs Schreijer |
2024-04-30 | feat(term): getting/setting terminal config flags | Thijs |
2024-03-24 | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer |
2024-03-21 | chore(config): update editorconfig (#20) | Thijs Schreijer |
2024-03-19 | chore(readme): fix label description (#19) | Thijs Schreijer |
2024-03-19 | chore(ci): macos-latest + windows-latest (#17) | Thijs Schreijer |
2024-02-14 | chore(rockspec): new rockspec revision (#18) | Thijs Schreijer |
2024-02-14 | fix(rockspec): LuaSystem compiles on MinGW (#16) | Shoop |
2023-12-22 | ci: Replace custom workflow installing Luacheck with dedicated action (#14) | Caleb Maclennan |
2023-12-16 | Release v0.3.0 (#11)v0.3.0 | Thijs Schreijer |
2023-12-15 | chore(ci): bump action to silence deprecation warnings (#12) | Thijs Schreijer |
2023-12-15 | fix(mingw): fix the windows build with MinGW (#10) | Thijs Schreijer |
2023-11-15 | chore(ci): add deployment job (#9) | Thijs Schreijer |
2023-11-15 | Merge pull request #6 from lunarmodules/time | Thijs Schreijer |
2023-11-15 | chore(docs): render the documentation | Thijs Schreijer |
2023-11-15 | feat(tty): add isatty() | Thijs |