diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-20 21:31:27 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-20 21:31:27 +0100 |
commit | 89031dfc49477d282154fbb568d800f700615d4b (patch) | |
tree | 24e1632afe09d47c117bc6abecf1550383bada01 /libterminput_read.3 | |
parent | Validate unmarshalled state + add man pages for (un)marshal functions (diff) | |
download | libterminput-89031dfc49477d282154fbb568d800f700615d4b.tar.gz libterminput-89031dfc49477d282154fbb568d800f700615d4b.tar.bz2 libterminput-89031dfc49477d282154fbb568d800f700615d4b.tar.xz |
m + add libterminput_init and libterminput_destroy
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | libterminput_read.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libterminput_read.3 b/libterminput_read.3 index 742c95a..7a30072 100644 --- a/libterminput_read.3 +++ b/libterminput_read.3 @@ -158,7 +158,9 @@ returns the result in the .I ctx must have been zero-initialised, e.g. with .BR memset (3) -function. +function, and optionally with +.BR libterminput_init (3) +afterwards. .PP .I input shall be the same pointer every time the @@ -439,7 +441,7 @@ function returns .B -1 and set .I errno -it indicate the error. +to indicate the error. .SH ERRORS The @@ -467,6 +469,7 @@ None. None. .SH SEE ALSO +.BR libterminput_init (3), .BR libterminput_is_ready (3), .BR libterminput_set_flags (3), .BR libterminput_marshal_state (3) |