From owner-freebsd-questions Mon Apr 8 4:44:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-4.tiscalinet.it [195.130.225.150]) by hub.freebsd.org (Postfix) with ESMTP id ED51837B400 for ; Mon, 8 Apr 2002 04:44:28 -0700 (PDT) Received: from [217.133.241.9] (217.133.241.9) by mail.tiscalinet.it (5.5.057) id 3CAC0BCB001C7F15 for freebsd-questions@freebsd.org; Mon, 8 Apr 2002 13:44:22 +0200 Received: (qmail 1324 invoked by uid 1000); 8 Apr 2002 11:44:12 -0000 Date: Mon, 8 Apr 2002 13:44:12 +0200 From: Francesco Casadei To: Kirk Strauser Cc: freebsd-questions@freebsd.org Subject: Re: Default 'TERM' value Message-ID: <20020408134412.A1284@goku.kasby> Mail-Followup-To: Kirk Strauser , freebsd-questions@freebsd.org References: <87hemszppi.fsf@pooh.int> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87hemszppi.fsf@pooh.int>; from kirk@strauser.com on Wed, Apr 03, 2002 at 10:55:53AM -0600 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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