Have zsh set the window title (NOT its name) with the escape sequence in
the man page (look for printf) and then just put #T in
set-titles-string.
On Thu, Mar 24, 2011 at 07:35:21PM -0700, kevin beckford wrote:
> I would like my zsh vcs_info_msg_ to appear in the xterm titlebar.
> Currently it a
I would like my zsh vcs_info_msg_ to appear in the xterm titlebar.
Currently it appears in the status line.
the code in question for the window status:
# set xterm window status. This is where we need git status!
set-option -g set-titles on
#set-option -g set-titles-string '#H ###I.#P #W (#S)'
s