aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mouse tracking support and add more tests for itMattias Andrée2021-04-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bracketed paste supportMattias Andrée2021-04-101-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for cursor position and device status reportsMattias Andrée2021-04-101-10/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libterminput_is_readyMattias Andrée2021-04-091-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man page for libterminput_set_flags and libterminput_clear_flagsMattias Andrée2021-04-091-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée2021-04-091-6/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add flags for some incompatible inputMattias Andrée2021-04-091-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mouse tracking supportMattias Andrée2021-04-091-3/+56
| | | | 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-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for bracketed pasteMattias Andrée2021-04-061-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more key codesMattias Andrée2021-04-021-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-011-0/+106
Signed-off-by: Mattias Andrée <maandree@kth.se>