aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-09 22:35:26 +0200
committerMattias Andrée <maandree@kth.se>2021-04-09 22:35:26 +0200
commit476ff52ebcdc319f6af57d9443fd953807c8c1af (patch)
tree0f3510caa4a6b81cb3be5860cbb402e5882832ab /README
parentAdd libterminput_read.3 (diff)
downloadlibterminput-476ff52ebcdc319f6af57d9443fd953807c8c1af.tar.gz
libterminput-476ff52ebcdc319f6af57d9443fd953807c8c1af.tar.bz2
libterminput-476ff52ebcdc319f6af57d9443fd953807c8c1af.tar.xz
Add libterminput.7
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index e6d7e61..b30d8cd 100644
--- a/README
+++ b/README
@@ -5,3 +5,14 @@ DESCRIPTION
libterminput is a small library that parses input from the
terminal. libterminput does not use terminfo, but recognises
common sequences.
+
+ libterminput provides the following functions:
+
+ libterminput_read(3)
+ Read and parse input from the terminal.
+
+ libterminput_set_flags(3)
+ Add input parsing flags.
+
+ libterminput_clear_flags(3)
+ Remove input parsing flags.