Files
ohmyzsh/lib
Markus Scherer 43bd46b780 fix title setting bug in xterm and urxvt
Before this patch, commands containing %-signs set the title wrong
(urxvt and xterm) [1] and produce strange output in urxvt [2].

test for bug 1:
> sleep 10 && echo %
sets title to "sleep 10 && echo %<<"
> sleep 10 && echo %f
doesn't change the title at all

test for bug 2 (only urxvt):
> echo %f
39m%f
^^^^^----- output
2012-10-03 17:18:14 +02:00
..
2011-06-01 20:33:16 -04:00
2010-06-05 23:23:53 +08:00
2010-05-28 08:13:17 +08:00
2011-07-23 11:09:45 -04:00