From owner-freebsd-questions@freebsd.org Fri Nov 6 23:21:28 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D284AA2784A for ; Fri, 6 Nov 2015 23:21:28 +0000 (UTC) (envelope-from tom@invisible-island.net) Received: from smtp-nf-201.his.com (smtp-nf-201.his.com [216.194.196.24]) by mx1.freebsd.org (Postfix) with ESMTP id 8FC491282 for ; Fri, 6 Nov 2015 23:21:27 +0000 (UTC) (envelope-from tom@invisible-island.net) Received: from cuda201.his.com (cuda201.his.com [216.194.196.22]) by smtp-nf-201.his.com (Postfix) with ESMTPS id EB493628E4 for ; Fri, 6 Nov 2015 18:14:25 -0500 (EST) X-ASG-Debug-ID: 1446851665-061c41622d1489c0001-jLrpzn Received: from smtp-nf-202.his.com (smtp-nf-202.his.com [216.194.196.20]) by cuda201.his.com with ESMTP id MB5Pss3CgGELN2pz; Fri, 06 Nov 2015 18:14:25 -0500 (EST) X-Barracuda-Envelope-From: tom@invisible-island.net X-Barracuda-RBL-Trusted-Forwarder: 216.194.196.20 Received: from mail-sterling.his.com (mail-sterling.his.com [216.194.248.141]) by smtp-nf-202.his.com (Postfix) with ESMTP id 32B82600F5; Fri, 6 Nov 2015 18:14:25 -0500 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail-sterling.his.com (Postfix) with ESMTP id 5CBEB3F80002; Fri, 6 Nov 2015 18:14:25 -0500 (EST) X-Barracuda-RBL-Trusted-Forwarder: 216.194.248.141 X-Virus-Scanned: amavisd-new at mail-sterling.his.com Received: from mail-sterling.his.com ([127.0.0.1]) by localhost (mail-sterling.his.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mEZzap+aGEOu; Fri, 6 Nov 2015 18:14:22 -0500 (EST) Received: from vmw-debian7-64.jexium-island.net (static-71-246-219-82.washdc.fios.verizon.net [71.246.219.82]) by mail-sterling.his.com (Postfix) with ESMTPSA id 0DEC63F80007; Fri, 6 Nov 2015 18:14:22 -0500 (EST) Received: from tom by vmw-debian7-64.jexium-island.net with local (Exim 4.80) (envelope-from ) id 1ZuqD7-0002dX-E8; Fri, 06 Nov 2015 18:14:21 -0500 X-Barracuda-Apparent-Source-IP: 71.246.219.82 X-Barracuda-RBL-IP: 71.246.219.82 Date: Fri, 6 Nov 2015 18:14:21 -0500 From: Thomas Dickey To: Matthew Pherigo Cc: Malcolm Matalka , freebsd-questions@freebsd.org Subject: Re: sterm & tmux Message-ID: <20151106231421.GA10086@vmw-debian7-64.jexium-island.net> X-ASG-Orig-Subj: Re: sterm & tmux Reply-To: dickey@his.com References: <86fv0ktxib.fsf@gmail.com> <4E34FD53-34B4-4595-A0F9-3F5349CD6975@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <4E34FD53-34B4-4595-A0F9-3F5349CD6975@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Barracuda-Connect: smtp-nf-202.his.com[216.194.196.20] X-Barracuda-Start-Time: 1446851665 X-Barracuda-URL: https://spam.his.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at his.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=7.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.24177 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 23:21:28 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 06, 2015 at 12:02:03PM -0600, Matthew Pherigo wrote: > Try screen-256color. I've found that to work pretty well in almost all ca= ses! =2E..for vi, perhaps (most of the function-key information would be lost, some highlight misrendered). Start with infocmp st-256color screen-256color >=20 > --Matt >=20 > > On Nov 5, 2015, at 6:57 AM, Malcolm Matalka wrote: > >=20 > > Is anyone using sterm with tmux inside of it? I am running into a few > > issues. > >=20 > > - If I use st-256colors (which shows up in toe), then things that work > > redraw great and everything is good, except many programs do not run > > with an error about the terminal. For example: > >=20 > > $ emacs -nw > > emacs: Cannot open terminfo database file > >=20 > > - If I set TERM to xterm or xterm-256color and run in tmux, then > > programs work however it redraws in broken ways. For example, if I > > hit up arrow and then go to beginning of a line to edit it, the text > > gets overwritten, visually, however when you redraw the screen the > > text has been inserted. This doesn't happen at first, as well, but it > > takes the buffer getting full a bit. There are other issues along > > similar lines, as well. > >=20 > > Does anyone know what's going on here and what to do? > >=20 > > Thanks, > > /Malcolm > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --FCuugMFkClbJLl1L Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlY9NE0ACgkQcCNT4PfkjttXTACfU9uHUSaeS6wJ78niqvyJXvQ1 xigAnjk72lAgEaTQLEvb1UCokKF/7BJV =UWHz -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L--