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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: bash & $PS1 (display error) Date: Fri, 31 Jan 2003 23:37:55 -0500 Message-ID: <83040F98B407E6428FEC18AC720F5D73E501CD@exchange.tropicnetworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Rolf Campbell" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h114c5030632 My prompt is (from the script below) "PS1='$PWD> '". All of the characters are 'printable' and none are \[\] enclosed. > -----Original Message----- > From: Randall R Schulz [mailto:rrschulz AT cris DOT com] > Sent: Friday, January 31, 2003 11:01 PM > To: cygwin AT cygwin DOT com > Subject: Re: bash & $PS1 (display error) > > > Rolf, > > Assuming some of your prompt is non-printing (escape > sequences) offset > those non-printing portions with \[backslash-escaped square > brackets\]. > That tells BASH (and / or the readline library it > incorporates) not to > count those portions for the purpose of wrapping the > displayed input lines. > > > Randall Schulz > > > At 19:41 2003-01-31, Rolf Campbell wrote: > >I've noticed several display problems with bash and prompts. > Here's an > >easy way to recreate one of them: > > > >(I've marked the lines to alleviate the wrapping problem) > > > >#line 1 > >PS1='$PWD> ' > >#line2 > >mkdir -p > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/ > tmp/tmp/tm > >p > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp > >#line3 > >cd > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/ > tmp/tmp/tmp > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp > > > >When I run this (whether it be in rxvt or in the NT console) I get a > >prompt that looks like this: > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/tmp/ > tmp/tmp/tm > >p > >/tmp/tmp/tmp/tmp/tmp/tmp/tmp(#1) > >/tmp(#2) > >/tmp/tmp/tmp/tmp/tmp> > > > >I've marked the original new-lines. (#1) in a correct wrap that > >occurred at the edge of my display. (#2) is an incorrect wrap that > >happens for no obvious reason. > > > >This only seems to happen if the path is wider than the display. > > > >-Rolf Campbell > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/