Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compconfig[list_condition]
- X-seq: zsh-workers 8400
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: compconfig[list_condition]
- Date: Mon, 25 Oct 1999 10:14:49 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Mon, 25 Oct 1999 10:11:35 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> Oops. I first used `BLINES' and then thought someone might complain
> that it's too short or not different enough from `LINES'. The patch
> below fixes this.
Ahem.
Bye
Sven
diff -u olddoc/Zsh/zle.yo Doc/Zsh/zle.yo
--- olddoc/Zsh/zle.yo Thu Oct 21 08:59:22 1999
+++ Doc/Zsh/zle.yo Mon Oct 25 09:58:21 1999
@@ -141,8 +141,8 @@
If it is assigned to, only that part of the buffer is replaced, and the
cursor remains between the old tt($LBUFFER) and the new tt($RBUFFER).
)
-vindex(BLINES)
-item(tt(BLINES))(
+vindex(BUFFERLINES)
+item(tt(BUFFERLINES))(
The number of screen lines needed for the edit buffer currently
displayed on screen (i.e. without any changes to the preceding
parameters done after the last redisplay).
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author