Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.3.2.7.0.20001001052228.00c054a0@pop.bresnanlink.net>
X-Sender: cabbey@pop.bresnanlink.net
X-Mailer: QUALCOMM Windows Eudora Version 4.3.2
Date: Sun, 01 Oct 2000 05:33:08 -0500
To: DJ Delorie <dj@delorie.com>
From: Chris Abbey <cabbey@bresnanlink.net>
Subject: [RE-patch] Re: odd bash wrapping due to ansi codes
Cc: cygwin@sourceware.cygnus.com
In-Reply-To: <4.3.2.7.0.20001001022514.00bf2ee0@pop.bresnanlink.net>
References: <200009260119.VAA12992@envy.delorie.com>
 <4.3.2.7.0.20000919222650.00b67670@pop.bresnanlink.net>
 <4.3.2.7.0.20000917030431.00bd6a10@pop>
 <4.3.2.7.0.20000919222650.00b67670@pop.bresnanlink.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed

as yall will notice I missed a binary character in the previous patch,
this one is corrected... not sure why I didn't catch that before....

~/cyg/src/winsup/cinstall $ cvs diff -ub desktop.cc
Index: desktop.cc
===================================================================
RCS file: /cvs/src/src/winsup/cinstall/desktop.cc,v
retrieving revision 2.2
diff -u -b -r2.2 desktop.cc
--- desktop.cc  2000/09/08 00:14:20     2.2
+++ desktop.cc  2000/10/01 10:23:30
@@ -77,8 +77,8 @@
    "done",
    "",
    "export MAKE_MODE=unix",
-  "export PS1='\033]0;\\w\a",
-  "\033[32m\\u@\\h \033[33m\\w\033[0m",
+  "export PS1='\\[\\033]0;\\w\\007",
+  "\\033[32m\\]\\u@\\h \\[\\033[33m\\w\\033[0m\\]",
    "$ '",
    "",
    "cd $HOME",


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

