aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
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>