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: Mon, 9 May 2005 00:06:11 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Cc: Paul Eggert Subject: Re: [Fwd: Strange-Dangerous behaviour in Cygwin] Message-ID: <20050509040611.GA13087@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <427CEB21 DOT 2010302 AT byu DOT net> <85ll6r3q5u DOT fsf AT pi DOT meyering DOT net> <87k6m98xov DOT fsf AT penguin DOT cs DOT ucla DOT edu> <427EDCB5 DOT 4060000 AT hq DOT astra DOT ph> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <427EDCB5.4060000@hq.astra.ph> User-Agent: Mutt/1.5.8i On Mon, May 09, 2005 at 11:44:53AM +0800, Carlo Florendo wrote: >Does this patch also fix the issue of arrow keys wrongly being enabled >like a text editor (e.g. during "rm -i ", a user can navigate >through the screen.) This is not a bug in coreutils. You can get the same behavior in windows by typing "stty -ctlecho". Cygwin doesn't implement the ctlecho stty setting (see man stty) so, the escape sequences associated with the arrow keys cause cursor motion rather than displaying, e.g., the up arrow key as ^[[A. PTC. cgf -- 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/