[RE-patch] Re: odd bash wrapping due to ansi codes
DJ Delorie
dj@delorie.com
Mon Oct 2 09:46:00 GMT 2000
Applied. Thanks!
> --- 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",
>
More information about the Cygwin-developers
mailing list