X-Spam-Check-By: sourceware.org
Message-ID: <f894c8ac0601230853v12812aaco8e92f875a717fac@mail.gmail.com>
Date: Mon, 23 Jan 2006 10:53:11 -0600
From: Zach Gelnett <zachg99@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Prompt issue within cygwin
In-Reply-To: <Pine.GSO.4.63.0601231138410.18707@access1.cims.nyu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <f894c8ac0601230831n33d75defj8456f73bb341f46c@mail.gmail.com> 	 <Pine.GSO.4.63.0601231138410.18707@access1.cims.nyu.edu>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k0NGrKxp004703

That was precicesly my issue.  Thank you very much, both issues (tab
complete and dup > entries) are resolved!

FYI, I'm just trying to have a prompt that says:

username@hostname workingdir>

this is because i login to multiple machines and use tabbed windows
(available within mrxvt) to do this.  i find having this prompt makes
it quite easy to keep track of what env i'm logged into and where i'm
at.


Have a great day!!

On 1/23/06, Igor Peshansky <pechtcha@cs.nyu.edu> wrote:
> On Mon, 23 Jan 2006, Zach Gelnett wrote:
>
> > Here is what i am seeing:
> >
> > v468929@TRD-CAX40JXD ~> >
> >
> > the duplicate ">" is the issue.  Here is my PS1:
> >
> > \[\033]61;\u@\H\007\u@\H \W>
> >
> > as you can see, only a single ">"
> > [snip]
>
> You have a bug in your PS1 value.  Bash uses \[ and \] to delimit
> non-printable sequences in the prompt.  So, your PS1 should at least be
>
> \[\033]61;\u@\H\007\]\u@\H \W>
>                    ^^
> Note the closing '\]'.
>
> Also, ESC] doesn't look like a valid ANSI escape sequence What exactly are
> you trying to accomplish with your prompt?
>         Igor
> --
>                                 http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_            pechtcha@cs.nyu.edu | igor@watson.ibm.com
> ZZZzz /,`.-'`'    -.  ;-;;,_            Igor Peshansky, Ph.D. (name changed!)
>      |,4-  ) )-,_. ,\ (  `'-'           old name: Igor Pechtchanski
>     '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
> "But no -- you are no fool; you call yourself a fool, there's proof enough in
> that!" -- Rostand, "Cyrano de Bergerac"
>

--
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/


