From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 11:24:26 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 ED5D216A47C for ; Mon, 4 Dec 2006 11:24:26 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C235B43CCC for ; Mon, 4 Dec 2006 11:23:53 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.136] (helo=anti-virus01-07) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GrBvs-0001KM-5y; Mon, 04 Dec 2006 11:24:24 +0000 Received: from [82.41.32.99] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1GrBvr-0005za-2X; Mon, 04 Dec 2006 11:24:23 +0000 Message-ID: <45740567.5050604@dial.pipex.com> Date: Mon, 04 Dec 2006 11:24:23 +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> <45706B13.5070302@dial.pipex.com> <45706D97.7000903@mikestammer.com> In-Reply-To: <45706D97.7000903@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: Mon, 04 Dec 2006 11:24:27 -0000 Eric wrote: >> 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 >> >> > i have tried xterm, linux, ansi, etc all with the same result. i also > tried different fonts in secureCRT to no avail. Putty is using xterm > and courier new. weird That's presumably the setting you choose in SecureCRT. What do you actually get when you have logged in? echo $term echo $TERM --Alex