Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 2024-08-28 | 1 | -3/+16 |
| | | | | Co-authored-by: cos <cos> | ||||
* | chore(term): add descriptive error on Windows for lack of VT (#32) | Thijs Schreijer | 2024-07-31 | 1 | -0/+5 |
| | |||||
* | fix(term): headers on yet another MinGW version (#30) | Thijs Schreijer | 2024-07-11 | 1 | -1/+2 |
| | |||||
* | fix(*): msys2 requires conio.h header | Thijs | 2024-06-25 | 1 | -3/+4 |
| | |||||
* | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | switch termsize results to standard; rows, cols | Thijs Schreijer | 2024-06-08 | 1 | -3/+3 |
| | |||||
* | fix docs, merging modules | Thijs | 2024-06-03 | 1 | -1/+4 |
| | |||||
* | cleanup and documentation | Thijs Schreijer | 2024-05-23 | 1 | -6/+13 |
| | |||||
* | Windows fixes, some manual tests | Thijs | 2024-05-23 | 1 | -4/+8 |
| | |||||
* | fix several tests | Thijs Schreijer | 2024-05-23 | 1 | -18/+11 |
| | |||||
* | fix windows (manual) tests | Thijs | 2024-05-22 | 1 | -13/+10 |
| | |||||
* | fix | Thijs Schreijer | 2024-05-22 | 1 | -0/+11 |
| | |||||
* | drop debug line | Thijs Schreijer | 2024-05-22 | 1 | -1/+0 |
| | |||||
* | implement getconsoleflags tests | Thijs | 2024-05-20 | 1 | -2/+8 |
| | |||||
* | add example for reading a line from the terminal, non-blocking | Thijs Schreijer | 2024-05-20 | 1 | -17/+313 |
| | | | | Handles utf8, and character width | ||||
* | chore(keypressed): remove function keypressed | Thijs Schreijer | 2024-05-07 | 1 | -28/+0 |
| | | | | easier to handle this on the Lua side | ||||
* | 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 | 1 | -3/+3 |
| | |||||
* | feat(term): getting/setting terminal config flags | Thijs | 2024-04-30 | 1 | -5/+817 |
| | |||||
* | feat(tty): add isatty() | Thijs | 2023-11-15 | 1 | -0/+37 |