aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsMattias Andrée2021-04-091-17/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mouse tracking supportMattias Andrée2021-04-091-10/+368
| | | | 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-37/+70
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for near full keyboard supportMattias Andrée2021-04-081-1/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for bracketed pasteMattias Andrée2021-04-061-5/+77
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more key codesMattias Andrée2021-04-021-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-011-0/+345
Signed-off-by: Mattias Andrée <maandree@kth.se>