aboutsummaryrefslogtreecommitdiff
path: root/src/term.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-add FreeBSD support (broken since c1a64c1) (#33)Thijs Schreijer2024-08-281-3/+16
| | | | Co-authored-by: cos <cos>
* chore(term): add descriptive error on Windows for lack of VT (#32)Thijs Schreijer2024-07-311-0/+5
|
* fix(term): headers on yet another MinGW version (#30)Thijs Schreijer2024-07-111-1/+2
|
* fix(*): msys2 requires conio.h headerThijs2024-06-251-3/+4
|
* add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer2024-06-191-2/+2
|
* switch termsize results to standard; rows, colsThijs Schreijer2024-06-081-3/+3
|
* fix docs, merging modulesThijs2024-06-031-1/+4
|
* cleanup and documentationThijs Schreijer2024-05-231-6/+13
|
* Windows fixes, some manual testsThijs2024-05-231-4/+8
|
* fix several testsThijs Schreijer2024-05-231-18/+11
|
* fix windows (manual) testsThijs2024-05-221-13/+10
|
* fixThijs Schreijer2024-05-221-0/+11
|
* drop debug lineThijs Schreijer2024-05-221-1/+0
|
* implement getconsoleflags testsThijs2024-05-201-2/+8
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-17/+313
| | | | Handles utf8, and character width
* chore(keypressed): remove function keypressedThijs Schreijer2024-05-071-28/+0
| | | | easier to handle this on the Lua side
* fix(readkey): add proper error handlingThijs Schreijer2024-05-071-4/+25
|
* switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer2024-05-041-3/+3
|
* feat(term): getting/setting terminal config flagsThijs2024-04-301-5/+817
|
* feat(tty): add isatty()Thijs2023-11-151-0/+37