Mail Archives: cygwin/1998/05/25/03:01:48
---Jeff Paulsen <jeff DOT paulsen AT poorman-douglas DOT com> wrote:
>
>
> Why might it be, that my cursor appears at the start of each line
rather
> than the end of the prompt? This was not true three days ago; I have
> changed lots of things and have no idea which might have done this.
You've changed to binary mounts. The PS1 variable contains a \r as it
existed with text mounts. Modify the .bashrc file or what ever file
is setting the PS1 variable to _NOT_ have the \r.
One way to do this is:
cp [file] [junk]
tr -d "\r" < [junk] > [file]
rm [junk]
>
> --
> Jeff Paulsen
> jeff DOT paulsen AT poorman-douglas DOT com
> -
> For help on using this list (especially unsubscribing), send a
message to
> "gnu-win32-request AT cygnus DOT com" with one line of text: "help".
>
==
- \\||//
---o0O0--Earnie--0O0o----
--earnie_boyd AT yahoo DOT com--
------ooo0O--O0ooo-------
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -