Mail Archives: cygwin/2000/10/01/06:35:27
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 AT sourceware DOT cygnus DOT com
- Raw text -