From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ansi/vt100 cursor issue Date: 19 May 2004 16:26:54 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084975075 13972 80.91.224.253 (19 May 2004 13:57:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 May 2004 13:57:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 19 15:57:30 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQRZa-0007j3-00 for ; Wed, 19 May 2004 15:57:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQR7c-0000tF-F1 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 May 2004 09:28:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQR79-0000s5-4W for help-gnu-emacs@gnu.org; Wed, 19 May 2004 09:28:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQR6c-0000kw-04 for help-gnu-emacs@gnu.org; Wed, 19 May 2004 09:28:06 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.34) id 1BQR41-0000DH-Cg for help-gnu-emacs@gnu.org; Wed, 19 May 2004 09:24:53 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: (barnabyf@hotmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18595 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18595 > From: "Barnaby Falls" > Date: Wed, 19 May 2004 00:51:25 -0700 > > I use the SSH Secure Shell Client (ssh.com). It allows you to set the > terminal answerback type, I have it set to `ansi'. But I just removed that > setting and logged on again and got the following: > $ echo $TERM > vt100 > > So I guess I'm trying to get colors in a terminal application (SSH) that > cannot handle it. Seeing this, I now tried this from a regular XP command > prompt and ran ssh to connect to the computer and got the following: > $ echo $TERM > cygwin If this is a Cygwin port of SSH, then perhaps someone on the Cygwin mailing list could help you figure out what value of TERM should you use. That is, if the docs of that SSH port doesn't have this info.