Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: termcap bug on Linux
- X-seq: zsh-workers 14556
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Subject: RE: termcap bug on Linux
- Date: Wed, 30 May 2001 10:24:37 +0400
- Importance: Normal
- In-reply-to: <1010529160507.ZM13557@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> On May 28, 10:25pm, Bart Schaefer wrote:
> }
> } Does the following patch help?
> }
> } Does something similar need to go into scantermcap() ?
>
> Should I commit the patch?
>
Yes. About scantermcap - I am not sure. Currently it returns "no" for both
unexisting and unset flags; if we change this as well, it will return
nothing for unexisting flags. I am not sure how useful $termcap is at all,
given that there is no way to associate returned values with capabilities.
Two possible valid usages are ${(k)termcap} or ${(kv)termcap}. For
consistency, I'd suggest to change scantermcap as well but I do not
insist.Clint?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author