Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PROMPT escape sequences
- X-seq: zsh-users 11958
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: PROMPT escape sequences
- Date: Sun, 07 Oct 2007 21:02:17 -0700
- In-reply-to: <20071008034223.GA789@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071008012219.GA595@xxxxxxxxxxxxxxx> <071007201252.ZM24223@xxxxxxxxxxxxxxxxxxxxxx> <20071008034223.GA789@xxxxxxxxxxxxxxx>
On Oct 8, 1:42pm, Geoff Wing wrote:
} Subject: Re: PROMPT escape sequences
}
} :Hm. If I do, in my xterm,
} :% PS1='verylongstring%#%S '
} :then the entire prompt, including the "verylongstring%", appears in
} :reverse video. Are you saying that it's ZLE that's spreading the
} :standout mode to the left as well as to the right, and not just a
} :quirk of xterm?
}
} I haven't yet been able to have this occur.
Sorry, I missed a detail (that's what I get for reconstructing an
example rather than copy-pasting it). Here's a better one:
PS1='very%Blong%bstring%#%S '
The %S effect begins at the %B, not at the point where it should.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author