Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 13:44:12 +0200
From:      Francesco Casadei <fcasadei@inwind.it>
To:        Kirk Strauser <kirk@strauser.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Default 'TERM' value
Message-ID:  <20020408134412.A1284@goku.kasby>
In-Reply-To: <87hemszppi.fsf@pooh.int>; from kirk@strauser.com on Wed, Apr 03, 2002 at 10:55:53AM -0600
References:  <87hemszppi.fsf@pooh.int>

next in thread | previous in thread | raw e-mail | index | archive | help

--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Apr 03, 2002 at 10:55:53AM -0600, Kirk Strauser wrote:
> What's a good way to set the default value of $TERM to 'xterm-color' when
> I'm using X?
> --=20
> Kirk Strauser
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>=20
> end of the original message

In your ~/.Xresources put:

! XTerm preferences
XTerm*font: -misc-fixed-medium-*-normal-*-13-*-*-*-*-*-iso8859-1
XTerm*Geometry: 80x25
XTerm*termName: xterm-color

Then merge in the changes with 'xrdb -merge ~/.Xresources' while running un=
der
X. To make the preferences permanent put the following at the beginning of =
your
~/.xinitrc

# merge in user resources
if [ -f $HOME/.Xresources ]; then
    xrdb -merge $HOME/.Xresources
fi

	Francesco Casadei

--=20
You can download my public key from http://digilander.iol.it/fcasadei/
or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...)

Key fingerprint is: 1671 9A23 ACB4 520A E7EE  00B0 7EC3 375F 164E B17B


--sdtB3X0nJg68CQEu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8sYKMfsM3XxZOsXsRAsMgAKCj4fvUdrcAvwo0vq9IMvj585WH3ACdGpQc
lD0NLPB2bfIlmyPRTyCROWI=
=5sDr
-----END PGP SIGNATURE-----

--sdtB3X0nJg68CQEu--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408134412.A1284>