diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 21:03:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 21:03:51 +0200 |
commit | 9599c4e58576058bc9262444477852f1341c4ee7 (patch) | |
tree | 7a086cb88262b1318678f8944abec91e5e6cf0df /libterminput_read.3 | |
parent | Improve makefile (diff) | |
download | libterminput-1.0.3.tar.gz libterminput-1.0.3.tar.bz2 libterminput-1.0.3.tar.xz |
Fix typos1.0.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libterminput_read.3')
-rw-r--r-- | libterminput_read.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libterminput_read.3 b/libterminput_read.3 index b92eddc..2c95be5 100644 --- a/libterminput_read.3 +++ b/libterminput_read.3 @@ -183,7 +183,7 @@ Currently possible values are: A special value to mark that the input was either discard or not yet completed. The function only reads at most once so input may be complete (input -can also be bufferd, in which case it will not +can also be buffered, in which case it will not read at all). .TP .B LIBTERMINPUT_KEYPRESS @@ -275,7 +275,7 @@ as any other character. The pasted text will be stored in .IR input->text.bytes . Be aware that this is not a NUL-terminated string, -rather, it's length is stored in +rather, its length is stored in .IR input->text.nbytes . .TP .B LIBTERMINPUT_MOUSEEVENT |