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

Re: how to echo a terminfo capability?



> We can use echotc to output a termcap command. However, is it possible
> to do so for a terminfo one? I'd like to put it in my precmd to work
> around a bug in ncurses...

Zsh does not directly support terminfo.  You can only use the termcap
compatibility interface.  echotc can be used to print terminfo commands
which have a corresponding termcap command name.

Bye,

Zoltan




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