about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 08:49:50 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 08:49:50 +0000
commitdb663c824a1b7167618c41d72b0c25a69b7ee91c (patch)
treec78de2b58eddf1e59fa19aa02ffe2b48f316ff32 /Doc/Zsh/zle.yo
parentbcd865f7d2f09fb42c755f0ad7f26f7ed26a60f0 (diff)
downloadzsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.tar.gz
zsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.tar.xz
zsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.zip
$PENDING special zle parameter, giving number of un-read bytes
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 9b5744c2c..27b149d0b 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -185,6 +185,12 @@ vindex(HISTNO)
 item(tt(HISTNO) (integer))(
 The current history number.
 )
+vindex(PENDING)
+item(tt(PENDING) (integer))(
+The number of bytes pending for input. On systems where the shell is
+not able to get this information, this parameter will always have a
+value of zero.
+)
 enditem()
 sect(Standard Widgets)
 cindex(widgets, standard)