From 50758ce645d3c0e9c0e3d18e96c13638537cd4f6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 9 Feb 2002 21:06:13 +0000 Subject: unposted: improve apm and screen handling --- Functions/Prompts/prompt_clint_setup | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Functions') diff --git a/Functions/Prompts/prompt_clint_setup b/Functions/Prompts/prompt_clint_setup index 4b002586e..d6c5d71fb 100644 --- a/Functions/Prompts/prompt_clint_setup +++ b/Functions/Prompts/prompt_clint_setup @@ -13,7 +13,7 @@ EOF prompt_clint_setup () { local -a pcc local -A pc - local p_date p_tty p_plat p_ver p_userpwd p_apm p_shlvlhist p_rc p_end + local p_date p_tty p_plat p_ver p_userpwd p_apm p_shlvlhist p_rc p_end p_win pcc[1]=${1:-'red'} pcc[2]=${2:-'cyan'} @@ -25,13 +25,17 @@ prompt_clint_setup () { pc['\]']="%{$fg_no_bold[$pcc[1]]%}]" pc['<']="%{$fg_no_bold[$pcc[1]]%}<" pc['>']="%{$fg_no_bold[$pcc[1]]%}>" + pc['\(']="%{$fg_no_bold[$pcc[1]]%}(" + pc['\)']="%{$fg_no_bold[$pcc[1]]%})" p_date="$pc['\[']%{$fg_no_bold[$pcc[2]]%}%D{%a %y/%m/%d %R %Z}$pc['\]']" p_tty="$pc['\[']%{$fg_no_bold[$pcc[3]]%}%l$pc['\]']" p_plat="$pc['\[']%{$fg_no_bold[$pcc[2]]%}${MACHTYPE}/${OSTYPE}/$(uname -r)$pc['\]']" p_ver="$pc['\[']%{$fg_no_bold[$pcc[2]]%}${ZSH_VERSION}$pc['\]']" - p_userpwd="$pc['<']%{$fg_no_bold[$pcc[3]]%}%n@%m%{$fg_bold[$pcc[5]]%}:%{$fg_no_bold[$pcc[4]]%}%~$pc['>']" + [[ -n "$WINDOW" ]] && p_win="$pc['\(']%{$fg_bold[$pcc[4]]%}$WINDOW$pc['\)']" + + p_userpwd="$pc['<']%{$fg_no_bold[$pcc[3]]%}%n@%m$p_win%{$fg_bold[$pcc[5]]%}:%{$fg_no_bold[$pcc[4]]%}%~$pc['>']" [[ -f /proc/apm ]] && p_apm="%(2v.-%2v-.)" p_shlvlhist="%{$reset_color%}zsh%(2L./$SHLVL.) %B%h%b " @@ -64,10 +68,12 @@ prompt_clint_precmd () { prompt_clint_apm_precmd () { setopt noxtrace localoptions - local bat + local bat ac bat=${${="$(