diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-20 21:35:23 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-20 21:35:23 +0100 |
commit | 77ef4619d09c8082a0ba00a90352e02c8371437a (patch) | |
tree | 87a0eb171585c948a1f740a65eb7f812983bb83b | |
parent | m (diff) | |
download | libterminput-77ef4619d09c8082a0ba00a90352e02c8371437a.tar.gz libterminput-77ef4619d09c8082a0ba00a90352e02c8371437a.tar.bz2 libterminput-77ef4619d09c8082a0ba00a90352e02c8371437a.tar.xz |
Update readme
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8,6 +8,12 @@ DESCRIPTION libterminput provides the following functions: + libterminput_init(3) + Configure library for terminal quirks. + + libterminput_destroy(3) + Deallocate library configuration resources. + libterminput_read(3) Read and parse input from the terminal. @@ -19,3 +25,9 @@ DESCRIPTION libterminput_clear_flags(3) Remove input parsing flags. + + libterminput_marshal_state(3), libterminput_marshal_input(3) + Marshal library state. + + libterminput_unmarshal_state(3), libterminput_unmarshal_input(3) + Unmarshal library state. |