Re: long lines not wrapping correctly in Mac OS X

2007-01-17 Thread agl
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

Re: long lines not wrapping correctly in Mac OS X

2007-01-17 Thread Paul Jarc
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

long lines not wrapping correctly in Mac OS X

2007-01-17 Thread agl
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