From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 17:49:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B9FF16A52B for ; Fri, 1 Dec 2006 17:49:56 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADF243CF5 for ; Fri, 1 Dec 2006 17:49:02 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1GqCVY-0008NB-69; Fri, 01 Dec 2006 17:49:08 +0000 Received: from [82.46.239.57] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1GqCVX-0002Up-Cg; Fri, 01 Dec 2006 17:49:07 +0000 Message-ID: <45706B13.5070302@dial.pipex.com> Date: Fri, 01 Dec 2006 17:49:07 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061106 X-Accept-Language: en MIME-Version: 1.0 To: Eric References: <45704924.9070303@mikestammer.com> In-Reply-To: <45704924.9070303@mikestammer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ssh client affecting fonts? 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: Fri, 01 Dec 2006 17:49:56 -0000 Eric wrote: > hello, > > for some reason, when i do a 'make config' on a port, the border that > used to be solid lines is no longer that way (at least when using > SecureCRT). However, when i use putty, it looks as expected (and it > used to in SecureCRT) > > a screen shot is here: > > http://mikestammer.com/private/portconfig.png > > does anyone know what the heck is causing this only in SecureCRT? So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex