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