From owner-freebsd-questions Thu Mar 30 9: 5:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 543A437BF45 for ; Thu, 30 Mar 2000 09:05:26 -0800 (PST) (envelope-from sdk@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id EA11039BC; Thu, 30 Mar 2000 11:05:20 -0600 (CST) Received: (from sdk@localhost) by isis.visi.com (8.8.8/8.8.8) id LAA01912; Thu, 30 Mar 2000 11:05:20 -0600 (CST) Date: Thu, 30 Mar 2000 11:05:20 -0600 From: Stephen To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rxvt as terminal type Message-ID: <20000330110520.A382@visi.com> References: <87g0t8whws.fsf@tea.thpoon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: <87g0t8whws.fsf@tea.thpoon.com>; from Arcady Genkin on Thu, Mar 30, 2000 at 11:18:27AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 30, 2000 at 11:18:27AM -0500, Arcady Genkin wrote: > I often remotely login to a FreeBSD box from an rxvt > terminal. I have put in a tiny script in .bash_login that checks if > $TERM is set to "rxvt", and then sets it to "xterm-color" > > What would be the right way of solving this problem? Or is it better > to modify the termcap? In that case, where would I find termcap entry > for rxvt? > Put this line in you .Xdefaults file: Rxvt*termName: xterm-color -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message