• Markus Scherer's avatar
    fix title setting bug in xterm and urxvt · 43bd46b7
    Markus Scherer authored
    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
    43bd46b7
Name
Last commit
Last update
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
README.textile Loading commit data...
oh-my-zsh.sh Loading commit data...