arm!
Cheers,
Artemio
--
View this message in context:
http://www.nabble.com/long-lines-not-wrapping-correctly-in-Mac-OS-X-tf3027311.html#a8416454
Sent from the Gnu - Bash mailing list archive at Nabble.com.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
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 ma
me problem with the previous
prompt).
Is this a (known) bug, or is something wrong with my prompt sequence?
Cheers,
Artemio
--
View this message in context:
http://www.nabble.com/long-lines-not-wrapping-correctly-in-Mac-OS-X-tf3027311.html#a8410374
Sent from the Gnu - Bash