Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(terminal): also accept codepoint integers for width check | Thijs Schreijer | 2025-02-10 | 1 | -0/+25 |
| | | | | | Lua utf8 functions return codepoints, hence it makes sense to accept those, instead of having to convert to utf8 string and back again. | ||||
* | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 2024-08-28 | 1 | -1/+2 |
| | | | | Co-authored-by: cos <cos> | ||||
* | add tests for autotermrestore | Thijs Schreijer | 2024-06-20 | 1 | -2/+82 |
| | |||||
* | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 1 | -7/+7 |
| | |||||
* | switch termsize results to standard; rows, cols | Thijs Schreijer | 2024-06-08 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -6/+6 |
| | |||||
* | fix several tests | Thijs Schreijer | 2024-05-23 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | add tests for get/setnonblock | Thijs Schreijer | 2024-05-22 | 1 | -4/+42 |
| | |||||
* | add tests for termbackup & termrestore | Thijs Schreijer | 2024-05-22 | 1 | -3/+35 |
| | |||||
* | add tests for termwrap | Thijs Schreijer | 2024-05-22 | 1 | -1/+59 |
| | |||||
* | 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 | 1 | -12/+20 |
| | |||||
* | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 1 | -1/+191 |
| | | | | Handles utf8, and character width | ||||
* | feat(term): getting/setting terminal config flags | Thijs | 2024-04-30 | 1 | -0/+20 |
| | |||||
* | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer | 2024-03-24 | 1 | -0/+94 |