Fix prompt for join-pane.
authorIain Patterson <me@iain.cx>
Sun, 7 Aug 2011 11:30:14 +0000 (12:30 +0100)
committerIain Patterson <me@iain.cx>
Thu, 25 Aug 2011 10:05:37 +0000 (11:05 +0100)
commitbfa0c4f2b6dd1f8b6c27c7a3d30dd9d21a524fb1
tree8e478dc04061469da737cd46456f852ba99b2c15
parenta9aced1a57ade71015b8bcbcc3b1bf00cd0f6ef3
Fix prompt for join-pane.

The argument to join-pane is a pane specifier.  If no dot is used to
separate the window and pane parts, join-pane treats the argument as
a window and joins pane zero from that window.

Thus strictly speaking the pane part of the command prompt should be
shown as optional rather than the window part.
.tmux.conf