aboutsummaryrefslogtreecommitdiff
path: root/spec/04-term_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(terminal): also accept codepoint integers for width checkThijs Schreijer2025-02-101-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 Schreijer2024-08-281-1/+2
| | | | Co-authored-by: cos <cos>
* add tests for autotermrestoreThijs Schreijer2024-06-201-2/+82
|
* add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer2024-06-191-7/+7
|
* switch termsize results to standard; rows, colsThijs Schreijer2024-06-081-3/+3
|
* fix the final testsThijs Schreijer2024-05-231-2/+49
|
* all done, but tcgetattr/tcsetattr tests, manualThijs Schreijer2024-05-231-4/+5
|
* Windows fixes, some manual testsThijs2024-05-231-6/+6
|
* fix several testsThijs Schreijer2024-05-231-3/+3
|
* add final (failing for now) tests, to be fixedThijs Schreijer2024-05-231-4/+91
|
* fix windows (manual) testsThijs2024-05-221-1/+1
|
* add tests for get/setnonblockThijs Schreijer2024-05-221-4/+42
|
* add tests for termbackup & termrestoreThijs Schreijer2024-05-221-3/+35
|
* add tests for termwrapThijs Schreijer2024-05-221-1/+59
|
* add tests for readkey and readansiThijs2024-05-211-5/+142
|
* add tests get/setconsolecp, and get/setconsoleoutputcpThijs2024-05-211-9/+87
|
* add setconsoleflags testsThijs2024-05-201-5/+35
|
* implement getconsoleflags testsThijs2024-05-201-12/+20
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-1/+191
| | | | Handles utf8, and character width
* feat(term): getting/setting terminal config flagsThijs2024-04-301-0/+20
|
* chore(test): add tests (manual) for isatty terminal function (#22)Thijs Schreijer2024-03-241-0/+94