]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
zsh/rc: Prevent error when running on a different TERM.
authorSimon Ruderich <simon@ruderich.org>
Mon, 21 Jun 2010 12:54:03 +0000 (14:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 21 Jun 2010 12:54:03 +0000 (14:54 +0200)
commitab61f4e2ef413cec09f17ece30741af4526c4fdb
tree4fa1bf57cc12eec6ec169b24ed3878881cb6d088
parent2883b26b545153c1c5da87a3244af9518420b025
zsh/rc: Prevent error when running on a different TERM.

This happened because window_preexec() is only defined if TERM is
screen*, xterm* or rxvt*. On other TERMs the call to window_preexec() in
"RUN COMMANDS" failed.
zsh/rc