Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TERM
- X-seq: zsh-users 16294
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: TERM
- Date: Tue, 30 Aug 2011 19:06:39 +0200
- Cc: TJ Luoma <luomat@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=BtYnwLf+sVQ21TkMJskIZRkBHpruVUKYbeScQlehFO0=; b=hrAxzSOV+cjCVT6WNSZ9394J7m6J/FiWm85klVn3H48RDIvw6CszA8nBjed573UoKF LR2oVagdeLHQQHwtzceGlIvpTE/+tlqG2lCSOhb5fOaBlJ/2nlb3L3s/HUQRU5959UEg h1gPM/pfmdRSOT/uMc8bIEkF3m0mJYV330i0s=
- In-reply-to: <CADjGqHtDYJ5-cnUKJPFaUS=7xRJvPC6AHmpAhNf4TOat-HtmpA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADjGqHtDYJ5-cnUKJPFaUS=7xRJvPC6AHmpAhNf4TOat-HtmpA@mail.gmail.com>
Hi TjL,
2011/8/30 TJ Luoma <luomat@xxxxxxxxx>:
> How do I know which TERM I should use?
>
> Is it determined by the terminal application that I am using (i.e.
> Terminal.app or iTerm on Mac OS X, or "Screens" on iPad), or is there a
> decent "baseline" I ought to be able to use safely?
If you mean $TERM, you shouldn't have to set it by hand (ie. it
depends on the terminal you are using).
> I'm not entirely sure what TERM really does, other than control whether or
> not 'ls' will output color, or whether color can be used in zsh's $PROMPT.
It can be used to know which control codes are supported, for example
(to set the window / tab title, for colors, cursor movements…)
> I've used "vt100" for ages, but it appears that pretty limited w/r/t colors,
> etc.
Try xterm, rxvt, rxvt-256color…
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author