From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 13:39:27 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 CFE5016A50C for ; Mon, 4 Dec 2006 13:39:27 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp112.sbc.mail.mud.yahoo.com (smtp112.sbc.mail.mud.yahoo.com [68.142.198.211]) by mx1.FreeBSD.org (Postfix) with SMTP id 83D1D440CC for ; Mon, 4 Dec 2006 13:32:24 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 47673 invoked from network); 4 Dec 2006 13:32:52 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@68.249.189.132 with login) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 4 Dec 2006 13:32:51 -0000 X-YMail-OSG: mZTqmroVM1mFdSoVOKgF8bzstIZWQK.14A.vIuEgKvFOLQYxShIEPxAsgoqikfE3si_PMbpIkwACJGajoTDc4JCVlnf.Jtv53mr93jbPqMXxiqWEG0dFVw-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id BE7691146B; Mon, 4 Dec 2006 07:32:50 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jZyNwvlZLRfc; Mon, 4 Dec 2006 07:32:49 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 26CBF11469; Mon, 4 Dec 2006 07:32:48 -0600 (CST) Message-ID: <4574237E.6070803@mikestammer.com> Date: Mon, 04 Dec 2006 07:32:46 -0600 From: Eric User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Alex Zbyslaw References: <45704924.9070303@mikestammer.com> <45706B13.5070302@dial.pipex.com> <45706D97.7000903@mikestammer.com> <45740567.5050604@dial.pipex.com> In-Reply-To: <45740567.5050604@dial.pipex.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 13:39:27 -0000 Alex Zbyslaw wrote: > 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 > > $term is blank, $TERM is xterm i changed the font to courier new and it works again as expected. it always worked in putty tho.