Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Refresh bug in test 4
- X-seq: zsh-workers 2272
- From: Vinnie Shelton <shelton@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Refresh bug in test 4
- Date: Mon, 21 Oct 1996 14:53:00 -0400
- Reply-to: acs@xxxxxxxxxxxxx
I've come across a bug in the refresh code for test4.
zsh -f
spacely% echo $ZSH_VERSION
3.0.1-test4
spacely% PS1="%B: %2c %w %T%(#.#.); %b"
: ~ Mon 21 14:44; ls -l SpecJava-0.3bin/
... output deleted...
Now type ^R-l
You end up with the following:
: ~ Mon 21 14:45; ls ls SpecJava-0.3bin/
bck-i-search: -l_
(This is on Solaris 2.5, in case that matters.)
It looks to me like the highlighting characters in the prompt are
confusing the display code. I couldn't reproduce this without
fiddling with PS1.
--vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author