From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 05:51:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F45316A420 for ; Wed, 4 Jan 2006 05:51:59 +0000 (GMT) (envelope-from elcoocooi@earthlink.net) Received: from pop-sarus.atl.sa.earthlink.net (pop-sarus.atl.sa.earthlink.net [207.69.195.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DDC43D49 for ; Wed, 4 Jan 2006 05:51:58 +0000 (GMT) (envelope-from elcoocooi@earthlink.net) Received: from user-10lf27u.cable.mindspring.com ([65.87.136.254] helo=[192.168.0.101]) by pop-sarus.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1Eu1Yx-0002aV-00; Wed, 04 Jan 2006 00:51:55 -0500 Message-ID: <43BB6286.5080009@earthlink.net> Date: Wed, 04 Jan 2006 00:52:06 -0500 From: "E. Eusey" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051230) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Malcolm Kay References: <43BAE6C7.9000700@earthlink.net> <200601041529.15123.malcolm.kay@internode.on.net> <200601041556.36254.malcolm.kay@internode.on.net> In-Reply-To: <200601041556.36254.malcolm.kay@internode.on.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: termcap and TERM detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 05:51:59 -0000 Malcolm Kay wrote: > On Wed, 4 Jan 2006 03:29 pm, Malcolm Kay wrote: > > > Seems this applies to both rxvt and urxvt, To target urxvt > specifically use: > URxvt*termName: rxvt-unicode > > Looking at the Makefile in the rxvt-unicode port I find: > CONFIGURE_ARGS= --enable-shared --enable-everything \ > --with-term=rxvt > Which I would guess changes the default from rxvt-unicode to > rxvt probably because rxvt-unicode is not normally available in > the termcap file. You could also consider modifying the Makefile > and rebuilding the port. > > Malcolm Kay > Brilliant. Thanks much. Evan