From d2d3735f131c9d8cd9611e3a44d4da191e8d6293 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 20 Feb 2009 15:28:06 +0100 Subject: [FUNCS] term_title for screen and screen-linux --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Functions.zsh b/01_Functions.zsh index 842e4d6..f341200 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -42,7 +42,7 @@ term_title() *term*|rxvt*|putty) print -Pn "\e]0;%n@%m (%l) %~$@\a" # Sets term title ;; - screen) + screen*) # hardstatus print -Pn "\e]2;[SCREEN #n] ?u(u) ?%n@%m (%l) %~$@\a" # Sets hardstatus line (term title) # caption -- cgit v1.2.3