On Mon, Oct 03, 2011 at 02:20:26AM -0400, d...@cs.cmu.edu wrote: > PS1="\e[7m\h:\w>\e[0m "
You forgot to put \[ ... \] around the non-cursor-moving escape sequences.
On Mon, Oct 03, 2011 at 02:20:26AM -0400, d...@cs.cmu.edu wrote: > PS1="\e[7m\h:\w>\e[0m "
You forgot to put \[ ... \] around the non-cursor-moving escape sequences.