Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |