Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: how to echo a terminfo capability?
- X-seq: zsh-workers 986
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: carlos@xxxxxxxxxxxxxxxxxxxxx (Carlos Carvalho)
- Subject: Re: how to echo a terminfo capability?
- Date: Tue, 7 May 1996 02:45:17 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <m0uGU87-00001dC@xxxxxxxxxxxxxxxxxxxxx> from Carlos Carvalho at "May 6, 96 02:31:00 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> 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