From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 12:18:21 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068EA7CB for ; Tue, 14 Apr 2015 12:18:21 +0000 (UTC) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7C3C8AC for ; Tue, 14 Apr 2015 12:18:20 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YhznD-000N8K-Bo for freebsd-questions@freebsd.org; Tue, 14 Apr 2015 13:18:15 +0100 Date: Tue, 14 Apr 2015 13:18:15 +0100 From: John To: freebsd-questions@freebsd.org Subject: Re: line drawing and display and xterms Message-ID: <20150414121815.GA88564@potato.growveg.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20150414103450.GA64268@potato.growveg.org> <535885508.29481003.1429010455007.JavaMail.root@his.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <535885508.29481003.1429010455007.JavaMail.root@his.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false 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: Tue, 14 Apr 2015 12:18:21 -0000 On Tue, Apr 14, 2015 at 07:20:55AM -0400, Thomas Dickey wrote: > ----- Original Message ----- > > The usual pitfalls here: > > a) xterm honors VT100 line-drawing in UTF-8 mode > b) some other terminals do not > c) screen(1) does not > d) screen(1) honors VT100 line-drawing when not in UTF-8 mode > > So the first thing to investigate is whether screen(1) run from the > two scenarios has consistent locale settings. Hi, Yeah that makes sense. Not solved it all yet though, even when setting both sides of the connection to: set LANG=en_GB.ISO8859-1 set LC_CTYPE="en_GB.ISO8859-1" set LC_COLLATE="en_GB.ISO8859-1" set LC_TIME="en_GB.ISO8859-1" set LC_NUMERIC="en_GB.ISO8859-1" set LC_MONETARY="en_GB.ISO8859-1" set LC_MESSAGES="en_GB.ISO8859-1" set LC_ALL= It may be worth noting here that screen seems to make a default $HOME/.screenrc with just the following: defencoding utf8 encoding utf8 utf8 I've commented these out for now and have restarted the screens. -- John