aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-08 21:47:35 +0200
committerMattias Andrée <maandree@kth.se>2021-04-08 21:47:35 +0200
commit084370dec636c37f5e88e77389376f692b9e00ea (patch)
tree9c76214da9bfe18cbe9d0f6fa9021548a585b8e7 /README
parentAdd build of dynamically linked library (diff)
downloadlibterminput-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--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e6d7e61
--- /dev/null
+++ b/README
@@ -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.