1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

$PENDING special zle parameter, giving number of un-read bytes

This commit is contained in:
Sven Wischnowsky 2000-04-05 08:49:50 +00:00
parent bcd865f7d2
commit db663c824a
5 changed files with 934 additions and 839 deletions

View file

@ -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)