diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-05 08:49:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-05 08:49:50 +0000 |
commit | db663c824a1b7167618c41d72b0c25a69b7ee91c (patch) | |
tree | c78de2b58eddf1e59fa19aa02ffe2b48f316ff32 /Doc | |
parent | bcd865f7d2f09fb42c755f0ad7f26f7ed26a60f0 (diff) | |
download | zsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.tar.gz zsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.tar.xz zsh-db663c824a1b7167618c41d72b0c25a69b7ee91c.zip |
$PENDING special zle parameter, giving number of un-read bytes
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/zle.yo | 6 |
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) |