This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
Re: Cursor appears at start of line rather than end of prompt
- To: Jeff Paulsen <jeff dot paulsen at poorman-douglas dot com>, gnu-win32 at cygnus dot com
- Subject: Re: Cursor appears at start of line rather than end of prompt
- From: Earnie Boyd <earnie_boyd at yahoo dot com>
- Date: Sun, 24 May 1998 17:40:07 -0700 (PDT)
- Reply-To: earnie_boyd at yahoo dot com
---Jeff Paulsen <jeff.paulsen@poorman-douglas.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.paulsen@poorman-douglas.com
> -
> For help on using this list (especially unsubscribing), send a
message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
>
==
- \\||//
---o0O0--Earnie--0O0o----
--earnie_boyd@yahoo.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@cygnus.com" with one line of text: "help".