From: EPA AT datcon DOT co DOT uk (Edward Avis) Subject: RE: Cursor appears at start of line rather than end of prompt 26 May 1998 11:41:59 -0700 Message-ID: To: "'Jeff Paulsen'" , "'gnu-win32 AT cygnus DOT com'" >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. Could it be that you have changed your filesystem to binary mode? Probably your .bashrc has CRs in it which force the cursor to the beginning of the line. Create a new .bashrc with: cat >~/.bashrc echo Hello [CTRL-D or CTRL-Z] and then edit it. Any half-decent text editor will recognize that it is a Unix text file (i.e. without CRs) and keep it in that format. -- Ed Avis - 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".