aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput_read.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-19Add state marshalling and unmarshalling functionsMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19Add LIBTERMINPUT_MACRO_ON_BLOCKMattias Andrée1-2/+11
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19misc cleanup, fixes, and clarifications, and escape sequenceMattias Andrée1-542/+73
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-16minor readability improvementMattias Andrée1-14/+14
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-16Improve code organisation, documentation, and m code improvementMattias Andrée1-278/+9
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-01m misc + add documentation to the header fileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2021-04-17Fix and test CSI u1.0.1Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Reject surrogates in CSI uMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add last testMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add final tests for mouse trackingMattias Andrée1-13/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Fix mouse tracking support and add more tests for itMattias Andrée1-94/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add tests for mouse eventsMattias Andrée1-4/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add more tests and fixesMattias Andrée1-7/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Fix bracketed paste supportMattias Andrée1-26/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add tests and make some fixesMattias Andrée1-20/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Fix cursor pos report and update interactive testMattias Andrée1-6/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add support for cursor position and device status reportsMattias Andrée1-3/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add libterminput_is_readyMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée1-3/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add flags for some incompatible inputMattias Andrée1-3/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Fix warningsMattias Andrée1-17/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add mouse tracking supportMattias Andrée1-10/+368
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-37/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add support for near full keyboard supportMattias Andrée1-1/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-06Add support for bracketed pasteMattias Andrée1-5/+77
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02Add more key codesMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>