agl <[EMAIL PROTECTED]> wrote:
> PS1=$'\[\e]2;\]\h\[\a\]\h:\w \u\$ '

Try this:
PS1=$'\[\e]2;\h\a\]\h:\w \u\$ '

The first \h doesn't move the cursor position, so it should be kept
within \[ and \] along with the escape sequences.


paul


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to