From owner-freebsd-questions@FreeBSD.ORG Sat Feb 2 17:30:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 30C69FC2 for ; Sat, 2 Feb 2013 17:30:46 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x231.google.com (mail-ia0-x231.google.com [IPv6:2607:f8b0:4001:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id 06564D0E for ; Sat, 2 Feb 2013 17:30:45 +0000 (UTC) Received: by mail-ia0-f177.google.com with SMTP id h8so6433660iaa.8 for ; Sat, 02 Feb 2013 09:30:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=MgWv47SYqJTLWvuVwwDcsHgiSC3AJHmGpUgmXh9oIcE=; b=PzYbJc3roV3X3IF9+LUrnDeDATvZIXZOZ3kFBUSsiKqH5pU5ob0XkIjhnG1Xzwv+zj +ApiCt37PVjfIwolJkcbvry6GPQeotprT/1JyzuFYty5qxyVdF+ELTEKoi4iSFhoCImD gRkpqZZ16T1bkQ27nTwyF0mWKKqAyfgrSf5WlMSQYjzWwxblWExrQBuShG283gUN2HrE EC1MUPsAzC42djh+ofUUzDOMtkt/ikMLQifVODh5ZcF0B+KfsUB/pa7H1TN5cjgYis+S egr/YMGa/aClGrVYyASlF/nvZ5b1eEb455zJL4lRvlYANV75zxnZFwWsTP6j7Qr/Mu1y i81Q== X-Received: by 10.42.82.136 with SMTP id d8mr12046684icl.31.1359826245690; Sat, 02 Feb 2013 09:30:45 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id fa6sm7632718igb.2.2013.02.02.09.30.44 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Feb 2013 09:30:45 -0800 (PST) Message-ID: <510D4D40.1040504@gmail.com> Date: Sat, 02 Feb 2013 11:30:40 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: tmux and konsole characters References: <510D35F8.8010004@drenet.info> <510D3D46.7080806@gmail.com> <510D473F.6090302@drenet.info> In-Reply-To: <510D473F.6090302@drenet.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 17:30:46 -0000 On 2/2/2013 11:05 AM, Andre Goree wrote: > Thanks, I'm actually using bash as a shell, probably should've mentioned > that. Anywho: > > [agoree@desktop ~]$ grep TERM .* > .bash_history:echo $TERM > .profile:# Setting TERM is normally done through /etc/ttys. Do only > override > .profile:# TERM=cons25; export TERM > > [agoree@desktop agoree]$ echo $TERM > xterm > > Looks like it's not being set in .profile (it's commented), and echoing > $TERM displays "xterm". So it would appear I'm not changing it anywhere. > > I tried the following, and get the same weird looking characters in > place of lines when connecting to the remote box (which is running > Linux, btw): > [agoree@desktop agoree]$ echo $TERM > xterm > [agoree@desktop agoree]$ export TERM=xterm-color > [agoree@desktop agoree]$ ssh sideswipe-dt > Last login: Sat Feb 2 10:34:53 2013 from 172.16.10.246 > [agoree@sideswipe-DT ~]$ tmux attach > What's your $TERM after you ssh to sideswipe-dt?