• 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
..
aliases.zsh Loading commit data...
completion.zsh Loading commit data...
correction.zsh Loading commit data...
directories.zsh Loading commit data...
edit-command-line.zsh Loading commit data...
functions.zsh Loading commit data...
git.zsh Loading commit data...
grep.zsh Loading commit data...
history.zsh Loading commit data...
key-bindings.zsh Loading commit data...
misc.zsh Loading commit data...
rvm.zsh Loading commit data...
spectrum.zsh Loading commit data...
termsupport.zsh Loading commit data...
theme-and-appearance.zsh Loading commit data...