From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10363 invoked by alias); 13 Sep 2003 16:15:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 10348 invoked from network); 13 Sep 2003 16:15:01 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 13 Sep 2003 16:15:01 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19yD2y-0000uC-00 for ; Sat, 13 Sep 2003 18:14:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yD2x-0000u2-00 for ; Sat, 13 Sep 2003 18:14:51 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19yD35-0002Jp-00 for ; Sat, 13 Sep 2003 18:14:59 +0200 From: Rolf Campbell Subject: Re: bash-2.05b-14 broken! Date: Sat, 13 Sep 2003 16:15:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en In-Reply-To: X-SW-Source: 2003-09/txt/msg00825.txt.bz2 Yeah, this bash has the same problems that -12 did, and more. PS1='\[\]$PWD\[\]>\[\] ' There are some literal escape chars in that... I get a colored prompt like this: /home/rcampbell> if I type t, then I see a list of possible completions, and: /home/rcampbell> t t ^^ These 2 characters have magically appeared, and are not erasable. Sam Steingold wrote: > PS1="\[\e[33;1m\]\t\[\e[m\] \[\e[36;1m\]\w [\#]\\$\[\e[m\] " > there are two spaces after "$", not one as it should be > (and as it was with bash-2.05b-13 and on all the other unixes). > > another manifestation of the same bug: when the command line is folded, > it folds one extra line. > > apparently, the prompt output code prints one extra space which it does > not account for internally. > -- 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/