zsh-workers
 help / color / mirror / code / Atom feed
* %F{1} outputs code twice, %F{red} doesn't
@ 2010-05-27 22:26 Mikael Magnusson
  2010-06-01 21:07 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Magnusson @ 2010-05-27 22:26 UTC (permalink / raw)
  To: zsh workers

% print -P a%F{1}a|cat -v
a^[[38;5;1m^[[38;5;1ma
% echo ${(%V):-a%F{1}a}
a^[[38;5;1m^[[38;5;1ma

(wasn't sure if those use the same code path)

% print -P a%F{red}a|cat -v
a^[[38;5;1ma

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-01 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-27 22:26 %F{1} outputs code twice, %F{red} doesn't Mikael Magnusson
2010-06-01 21:07 ` Peter Stephenson
2010-06-01 21:30   ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).