aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--README7
-rw-r--r--TODO1
2 files changed, 7 insertions, 1 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.
diff --git a/TODO b/TODO
index bd68fab..e128989 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
Add test
-Add README
Add man page
Add mouse input