Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 9 Oct 2003 16:55:12 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: problem with tcsh-6.12.00-7.tar.bz2 Message-ID: <20031009145512.GT28757@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Wed, Oct 08, 2003 at 06:04:41PM -0600, Andrew Grimm wrote: > This package includes /etc/csh.login which has the line: > > set TERM=cygwin > > This should instead read: > > set term=cygwin > > which will set the shell variable term and the environment variable TERM > correctly when tcsh is used as the base shell for the Cygwin shell window. Thanks for the heads up. I'll patch this for the next tcsh release. Actually it shouldn't matter. $term is set correctly when starting tcsh from a command line window nevertheless. The above `set' command should never get called since Cygwin sets the TERM environment variable to "cygwin" automatically, if $TERM isn't found in the environment. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/