Rework changing pane titles.
authorIain Patterson <me@iain.cx>
Thu, 10 Apr 2014 16:01:57 +0000 (17:01 +0100)
committerIain Patterson <me@iain.cx>
Wed, 28 May 2014 09:50:16 +0000 (10:50 +0100)
commit6471254f1b5a2009b79c877edf05e1623cf3083c
treefa18d86bd37529d93fe8c13ea8f09cb02df71176
parent0e802cdc4141d6d20356c83ac14207ff747aaed1
Rework changing pane titles.

If PROMPT_COMMAND is set to something which tries to change a window's
title, tmux would happily override the user-supplied pane name even
though set-titles is set to off.

Setting allow-rename to off prevents titles from being set to annoying
stuff like "[root@localhost ~]#" when becoming root on a Red Hat
machine.

Previously "automatic-rename = off" was commented out because
allow-rename overrode it.  Having an automatic name based on the current
process is acceptable in case where no explicit title has been set, so
we now set it on.
.tmux.conf