aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Some fixes and tests1.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-20m + add libterminput_init and libterminput_destroyMattias Andrée1-0/+40
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-20Validate unmarshalled state + add man pages for (un)marshal functionsMattias Andrée1-3/+127
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19Add state marshalling and unmarshalling functionsMattias Andrée1-1/+45
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19Add LIBTERMINPUT_MACRO_ON_BLOCKMattias Andrée1-1/+12
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19misc cleanup, fixes, and clarifications, and escape sequenceMattias Andrée1-16/+28
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-16m doc fixMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-01m misc + add documentation to the header fileMattias Andrée1-26/+446
Signed-off-by: Mattias Andrée <m@maandree.se>
2021-04-10Fix mouse tracking support and add more tests for itMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Fix bracketed paste supportMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add support for cursor position and device status reportsMattias Andrée1-10/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add libterminput_is_readyMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add man page for libterminput_set_flags and libterminput_clear_flagsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCKMattias Andrée1-6/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add flags for some incompatible inputMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add mouse tracking supportMattias Andrée1-3/+56
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-2/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-06Add support for bracketed pasteMattias Andrée1-4/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02Add more key codesMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>