aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-22m fixesHEAD1.1.1masterMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-20m + add libterminput_init and libterminput_destroyMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-20Validate unmarshalled state + add man pages for (un)marshal functionsMattias Andrée1-15/+15
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19Add state marshalling and unmarshalling functionsMattias Andrée1-10/+21
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-19misc cleanup, fixes, and clarifications, and escape sequenceMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-16Improve code organisation, documentation, and m code improvementMattias Andrée1-2/+10
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>
2022-02-19Improve makefile1.0.2.1Mattias Andrée1-22/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-09-16Improve make file, fix tests, fix warnings, and add macro and pause key to interative test1.0.2Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Unimportant fix to makefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-10Add tests and make some fixesMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add libterminput_is_readyMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add libterminput.7Mattias Andrée1-5/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add libterminput_read.3Mattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-09Add man page for libterminput_set_flags and libterminput_clear_flagsMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add build of dynamically linked libraryMattias Andrée1-9/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>