aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reject surrogates in CSI uMattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Unimportant fix to makefileMattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make test compile faster1.0Mattias Andrée2021-04-101-135/+210
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add last testMattias Andrée2021-04-102-1/+21
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add final tests for mouse trackingMattias Andrée2021-04-102-15/+89
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2021-04-101-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix mouse tracking support and add more tests for itMattias Andrée2021-04-103-218/+277
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for mouse eventsMattias Andrée2021-04-102-4/+141
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more tests and fixesMattias Andrée2021-04-102-7/+192
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bracketed paste supportMattias Andrée2021-04-104-35/+109
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests and make some fixesMattias Andrée2021-04-104-24/+297
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix cursor pos report and update interactive testMattias Andrée2021-04-104-12/+27
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for cursor position and device status reportsMattias Andrée2021-04-105-30/+99
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libterminput_is_readyMattias Andrée2021-04-097-2/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libterminput.7Mattias Andrée2021-04-094-6/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libterminput_read.3Mattias Andrée2021-04-094-4/+442
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man page for libterminput_set_flags and libterminput_clear_flagsMattias Andrée2021-04-093-2/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée2021-04-093-9/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add flags for some incompatible inputMattias Andrée2021-04-093-4/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2021-04-091-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2021-04-092-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mouse tracking supportMattias Andrée2021-04-093-18/+477
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove macro key as it conflicts with mouse trackingMattias Andrée2021-04-083-3/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add readmeMattias Andrée2021-04-082-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add build of dynamically linked libraryMattias Andrée2021-04-085-9/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more sequences and remove pause key as it conflicts with F1Mattias Andrée2021-04-083-80/+120
| | | | 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>
* mMattias Andrée2021-04-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for bracketed pasteMattias Andrée2021-04-064-10/+102
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more key codesMattias Andrée2021-04-022-4/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add TODOMattias Andrée2021-04-011-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-017-0/+626
Signed-off-by: Mattias Andrée <maandree@kth.se>