aboutsummaryrefslogtreecommitdiffstats
path: root/interactive-test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix cursor pos report and update interactive testMattias Andrée2021-04-101-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée2021-04-091-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add flags for some incompatible inputMattias Andrée2021-04-091-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2021-04-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mouse tracking supportMattias Andrée2021-04-091-5/+53
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove macro key as it conflicts with mouse trackingMattias Andrée2021-04-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more sequences and remove pause key as it conflicts with F1Mattias Andrée2021-04-081-41/+45
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for bracketed pasteMattias Andrée2021-04-061-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-011-0/+99
Signed-off-by: Mattias Andrée <maandree@kth.se>