From db663c824a1b7167618c41d72b0c25a69b7ee91c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 5 Apr 2000 08:49:50 +0000 Subject: $PENDING special zle parameter, giving number of un-read bytes --- Doc/Zsh/zle.yo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doc/Zsh/zle.yo') 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) -- cgit 1.4.1