From owner-freebsd-questions@FreeBSD.ORG Mon Jan 25 15:25:28 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5821065670 for ; Mon, 25 Jan 2010 15:25:28 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id AF8918FC2A for ; Mon, 25 Jan 2010 15:25:28 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id o0PFPL0t074757 for ; Mon, 25 Jan 2010 09:25:24 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201001251525.o0PFPL0t074757@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <74755.1264433121.1@dc.cis.okstate.edu> Date: Mon, 25 Jan 2010 09:25:21 -0600 From: Martin McCormick Subject: Re: sysinstall and the Right Terminal 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, 25 Jan 2010 15:25:28 -0000 Thomas Dickey writes: > "Terminal" would probably be one of the programs using VTE, > which differs from "linux". This is all very interesting. Thanks to all. What I normally do is start a command-line shell on a Debian Linux box. This defaults to a "linux" console. When I ssh somewhere, ssh passes the exported $TERM value to the remote host so as I understand it, it will use this value in the environment that it exports to any application called from that shell. The question is whether or not all the escape codes it sends to address the terminal and all the escape sequences it looks for to represent arrow keys, etc, will still work. The best results, so far, are with using cons25 as the TERM value. The Up and Down arrows work right as opposed to going right straight to X Exit this menu. I appreciate all the input because in this game, knowledge is the power to fix it. Martin McCormick