bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: long lines not wrapping correctly in Mac OS X


From: Paul Jarc
Subject: Re: long lines not wrapping correctly in Mac OS X
Date: Wed, 17 Jan 2007 11:50:53 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

agl <artemio@eresmas.net> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]