Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: termcap bug on Linux



>
> } I am not sure how useful $termcap is at all, given that there is no
> } way to associate returned values with capabilities.
>
> I don't think I understand what you mean.

I mean ${termcap} as opposed to ${termcap[some-cap]}. Plain $termcap returns
array of values but you have no (easy) way to associate them with
capabilities. OTOH ${(kv)termcap} could be used to scan all available
values. That was what I meant.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author