diff options
Diffstat (limited to 'libterminput.7')
-rw-r--r-- | libterminput.7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libterminput.7 b/libterminput.7 index db4c751..d56a6d3 100644 --- a/libterminput.7 +++ b/libterminput.7 @@ -13,6 +13,9 @@ libterminput provides the following functions: .BR libterminput_read (3) Read and parse input from the terminal. .TP +.BR libterminput_is_ready (3) +Check if there is read data buffered. +.TP .BR libterminput_set_flags (3) Add input parsing flags. .TP @@ -20,5 +23,6 @@ Add input parsing flags. Remove input parsing flags. .SH SEE ALSO +.BR libterminput_is_ready (3), .BR libterminput_read (3), .BR libterminput_set_flags (3) |