aboutsummaryrefslogtreecommitdiffstats
path: root/interactive-test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Some fixes and tests1.1Mattias Andrée1-1/+64
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-20m + add libterminput_init and libterminput_destroyMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19misc cleanup, fixes, and clarifications, and escape sequenceMattias Andrée1-3/+44
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-16interactive-test: add TEST_LIBTERMINPUT_PRINT_STATEMattias Andrée1-11/+13
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-01mMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <m@maandree.se>
2021-09-16Improve make file, fix tests, fix warnings, and add macro and pause key to interative test1.0.2Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Fix cursor pos report and update interactive testMattias Andrée1-0/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add flags for some incompatible inputMattias Andrée1-0/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Fix warningsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add mouse tracking supportMattias Andrée1-5/+53
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Remove macro key as it conflicts with mouse trackingMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add more sequences and remove pause key as it conflicts with F1Mattias Andrée1-41/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-06Add support for bracketed pasteMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>