From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 19:00:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBD8106566B for ; Tue, 24 Jun 2008 19:00:42 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from rt06.vds2000.com (s6.n225.vds2000.com [64.6.225.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1E33D8FC17 for ; Tue, 24 Jun 2008 19:00:41 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from pool-72-65-6-48.bflony.east.verizon.net ([72.65.6.48]:57451 helo=localhost) by rt06.vds2000.com with esmtp (Exim 4.68) (envelope-from ) id 1KBDku-0006n9-GY; Tue, 24 Jun 2008 15:00:40 -0400 Date: Tue, 24 Jun 2008 15:00:32 -0400 From: Matthew Donovan To: Stevan Tiefert Message-ID: <20080624190032.GA1477@njord.Belkin> References: <1214250783.1082.14.camel@luna.homeunix.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <1214250783.1082.14.camel@luna.homeunix.net> User-Agent: Mutt/1.4.2.3i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rt06.vds2000.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kitchetech.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: to get cs working for now 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: Tue, 24 Jun 2008 19:00:42 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This will work for now but needs a bit of tweaking to work correctly on Fre= eBSD. Copy /etc/termcap to ~/.termcap or /usr/local/etc/termcap so that you do no= t mess with the system termcap.Edit ~/.termcap or /usr/local/etc/termcap wi= th any editor that you like. Find cons25 termcap information Add a slash on= the last line so it looks like this at the end :\. Then add a line that looks like this :cs=3D%d;%dr: at the end of the cons25= section. Then you need to make it so TERMPATH has ~/.termcap or /usr/local/etc/termc= ap in the path I tend to do this setenv TERMPATH ~/.termcap:/usr/local/etc= /termcap:/etc/termcap. Change setenv to whatever the shell your using uses for export.=20 But this should get tmux and some other ports working for now they might be= a bit messed up. If any of the other people on this mailing list can actually get cs working= correctly since I know that my way works but does not work like you would = expect please inform myself since this is the first time I actually dived i= nto a termcap file.=20 --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhhRFAACgkQCyI5DJQdxQ8UoQCfRFJI08a65DKqUKMSldBqBCDs XLsAnRYWQofSBtSL7mUpYPlCDzGLfd6f =yoRn -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V--