diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-10 12:12:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-10 12:12:06 +0200 |
commit | 4cffaa1b3f1a78805977db1565111b8e894d3c17 (patch) | |
tree | 96d338262f77e0f64c591381ef21a5ab15b5dcd8 /libterminput_is_ready.3 | |
parent | Add tests and make some fixes (diff) | |
download | libterminput-4cffaa1b3f1a78805977db1565111b8e894d3c17.tar.gz libterminput-4cffaa1b3f1a78805977db1565111b8e894d3c17.tar.bz2 libterminput-4cffaa1b3f1a78805977db1565111b8e894d3c17.tar.xz |
Fix bracketed paste support
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libterminput_is_ready.3')
-rw-r--r-- | libterminput_is_ready.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libterminput_is_ready.3 b/libterminput_is_ready.3 index 293d60e..0739e11 100644 --- a/libterminput_is_ready.3 +++ b/libterminput_is_ready.3 @@ -19,7 +19,11 @@ function check if a call to the .BR libterminput_read (3) function will skip reading from the file descriptor passed to it because it already -has read data buffered. +has read data buffered. However, if there +is buffered data but the library knows it +it not enough to return something they, +it will also return that there is nothing +buffered. .SH RETURN VALUE The |