diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-08 21:47:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-08 21:47:35 +0200 |
commit | 084370dec636c37f5e88e77389376f692b9e00ea (patch) | |
tree | 9c76214da9bfe18cbe9d0f6fa9021548a585b8e7 /README | |
parent | Add build of dynamically linked library (diff) | |
download | libterminput-084370dec636c37f5e88e77389376f692b9e00ea.tar.gz libterminput-084370dec636c37f5e88e77389376f692b9e00ea.tar.bz2 libterminput-084370dec636c37f5e88e77389376f692b9e00ea.tar.xz |
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +NAME + libterminput - A terminal input parsing library + +DESCRIPTION + libterminput is a small library that parses input from the + terminal. libterminput does not use terminfo, but recognises + common sequences. |