From 469eb2b809e079318997ec5277d79622ffb6a1c9 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Feb 2004 18:02:16 +0000 Subject: [PATCH] - rel 9 - fixed xterm title Changed files: zsh.spec -> 1.95 --- zsh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.spec b/zsh.spec index 1a43b4d..ef5d127 100644 --- a/zsh.spec +++ b/zsh.spec @@ -13,7 +13,7 @@ Summary(tr): Geli Summary(uk): ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ Name: zsh Version: 4.1.1 -Release: 8 +Release: 9 License: BSD-like Group: Applications/Shells URL: http://www.zsh.org/ @@ -203,7 +203,7 @@ bindkey \`tput knp\` end-of-history >/dev/null 2>&1 bindkey \`tput kcuu1\` history-beginning-search-backward >/dev/null 2>&1 bindkey \`tput kcud1\` history-beginning-search-forward >/dev/null 2>&1 -case "$TERM" in +case "\$TERM" in xterm*) precmd () { print -Pn "\e]0;%n@%m: %~\a"i; } ;; -- 2.44.0