This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RE-patch] Re: odd bash wrapping due to ansi codes



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",
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]