| Commit message (Expand) | Author | Age | Files | Lines |
* | Release v0.4.5v0.4.5 | Hisham Muhammad | 2024-12-18 | 20 | -19/+118 |
* | ci: ensure we don't try installing old version of luasystem | Hisham Muhammad | 2024-12-18 | 1 | -5/+4 |
* | fix: suppress -Wexpansion-to-defined warning | Hisham Muhammad | 2024-12-18 | 1 | -1/+5 |
* | fix: do not rely on luaconf.h to include limits.h | Hisham Muhammad | 2024-12-18 | 1 | -1/+1 |
* | Release v0.4.4 (#37)v0.4.4 | Thijs Schreijer | 2024-09-03 | 19 | -18/+109 |
* | fix(makefile): include all objects (#36) | Thijs Schreijer | 2024-09-03 | 2 | -1/+5 |
* | Release v0.4.3 (#34)v0.4.3 | Thijs Schreijer | 2024-08-28 | 19 | -19/+111 |
* | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 2024-08-28 | 4 | -5/+20 |
* | chore(term): add descriptive error on Windows for lack of VT (#32) | Thijs Schreijer | 2024-07-31 | 2 | -0/+9 |
* | Release v0.4.2 (#31)v0.4.2 | Thijs Schreijer | 2024-07-11 | 19 | -17/+112 |
* | fix(term): headers on yet another MinGW version (#30) | Thijs Schreijer | 2024-07-11 | 2 | -1/+3 |
* | Release v0.4.1v0.4.1 | Thijs | 2024-06-25 | 19 | -17/+112 |
* | fix(ci): move away from deprecated macos version | Thijs | 2024-06-25 | 1 | -1/+1 |
* | fix(*): msys2 requires conio.h header | Thijs | 2024-06-25 | 1 | -3/+4 |
* | Release v0.4.0 (#24)v0.4.0 | Thijs Schreijer | 2024-06-20 | 20 | -311/+3774 |
* | Merge pull request #21 from lunarmodules/terminal | Thijs Schreijer | 2024-06-20 | 26 | -11/+4037 |
|\ |
|
| * | simplify the __gc check | Thijs Schreijer | 2024-06-20 | 1 | -13/+3 |
| * | add tests for autotermrestore | Thijs Schreijer | 2024-06-20 | 2 | -2/+89 |
| * | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 6 | -13/+18 |
| * | switch termsize results to standard; rows, cols | Thijs Schreijer | 2024-06-08 | 3 | -11/+11 |
| * | fix linter errors | Thijs Schreijer | 2024-06-08 | 1 | -3/+3 |
| * | fix docs, merging modules | Thijs | 2024-06-03 | 7 | -55/+75 |
| * | cleanup and documentation | Thijs Schreijer | 2024-05-23 | 5 | -30/+161 |
| * | fix the final tests | Thijs Schreijer | 2024-05-23 | 1 | -2/+49 |
| * | all done, but tcgetattr/tcsetattr tests, manual | Thijs Schreijer | 2024-05-23 | 1 | -4/+5 |
| * | Windows fixes, some manual tests | Thijs | 2024-05-23 | 4 | -10/+31 |
| * | fix several tests | Thijs Schreijer | 2024-05-23 | 4 | -21/+49 |
| * | add final (failing for now) tests, to be fixed | Thijs Schreijer | 2024-05-23 | 1 | -4/+91 |
| * | fix windows (manual) tests | Thijs | 2024-05-22 | 2 | -14/+11 |
| * | fix | Thijs Schreijer | 2024-05-22 | 1 | -0/+11 |
| * | add tests for get/setnonblock | Thijs Schreijer | 2024-05-22 | 1 | -4/+42 |
| * | add tests for termbackup & termrestore | Thijs Schreijer | 2024-05-22 | 2 | -46/+84 |
| * | drop debug line | Thijs Schreijer | 2024-05-22 | 1 | -1/+0 |
| * | add tests for termwrap | Thijs Schreijer | 2024-05-22 | 1 | -1/+59 |
| * | add example for termsize | Thijs | 2024-05-21 | 1 | -0/+36 |
| * | add tests for readkey and readansi | Thijs | 2024-05-21 | 1 | -5/+142 |
| * | add tests get/setconsolecp, and get/setconsoleoutputcp | Thijs | 2024-05-21 | 1 | -9/+87 |
| * | add setconsoleflags tests | Thijs | 2024-05-20 | 1 | -5/+35 |
| * | implement getconsoleflags tests | Thijs | 2024-05-20 | 2 | -14/+28 |
| * | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 8 | -78/+1358 |
| * | localize unpack | Thijs Schreijer | 2024-05-07 | 1 | -3/+4 |
| * | make readkey async, and add keyboard parser; ansi + utf8 | Thijs Schreijer | 2024-05-07 | 3 | -59/+157 |
| * | chore(keypressed): remove function keypressed | Thijs Schreijer | 2024-05-07 | 1 | -28/+0 |
| * | fix(readkey): add proper error handling | Thijs Schreijer | 2024-05-07 | 1 | -4/+25 |
| * | switch "has" to "has_all_of" and "has_any_of" | Thijs Schreijer | 2024-05-04 | 4 | -27/+64 |
| * | review: bitflags no comparison, extra tests | Thijs Schreijer | 2024-04-30 | 2 | -37/+15 |
| * | feat(term): getting/setting terminal config flags | Thijs | 2024-04-30 | 17 | -8/+1794 |
|/ |
|
* | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer | 2024-03-24 | 7 | -4/+140 |
* | chore(config): update editorconfig (#20) | Thijs Schreijer | 2024-03-21 | 2 | -11/+11 |
* | chore(readme): fix label description (#19) | Thijs Schreijer | 2024-03-19 | 1 | -1/+1 |