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:
parent
bcd865f7d2
commit
db663c824a
5 changed files with 934 additions and 839 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue