Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: echotc/echoti
- X-seq: zsh-users 11993
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: echotc/echoti
- Date: Thu, 11 Oct 2007 23:00:26 -0400
- In-reply-to: <20071011203036.19802.qmail@xxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071011203036.19802.qmail@xxxxxxxxxxx>
On Fri, Oct 12, 2007 at 09:30:33AM +1300, Atom Smasher wrote:
> what are the differences (practical, theoretical, etc) between:
>
> % echotc xxx
> and
> % print -n ${termcap[xxx]}
>
> and also between:
>
> % echoti yyy
> and
> % print -n ${terminfo[yyy]}
>
> thanks...
echotc and echoti output the capability strings directly to the
terminal, with output padding.
Your print statements undergo expansion.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author