aboutsummaryrefslogtreecommitdiff
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor(term): feature check, not platform checkThijs Schreijer13 days1-28/+43
* Reverse conditional compilation of non-POSIXcos2025-02-251-15/+15
* feat(terminal): also accept codepoint integers for width checkThijs Schreijer2025-02-101-15/+32
* fix(terminal): warning unused variableThijs2025-02-061-1/+1
* fix(terminal): failing NetBSD compilation, missing symbolsThijs Schreijer2025-02-061-5/+9
* Re-add FreeBSD support (broken since c1a64c1) (#33)Thijs Schreijer2024-08-281-3/+16
* 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
* chore(keypressed): remove function keypressedThijs Schreijer2024-05-071-28/+0
* 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