Probably not easily, although you could play about with capture-pane
perhaps.
On Tue, Dec 24, 2013 at 06:36:27PM +0100, hubert depesz lubaczewski wrote:
> On Tue, Dec 24, 2013 at 03:38:51PM +, Nicholas Marriott wrote:
> > No, panes can't appear in multiple windows
>
> Any chance for such fea
Try this please, which will let you do for example:
set -g status-left '#{?session_many_attached,yes,no}'
To show if a session is attached to multiple clients.
diff --git a/format.c b/format.c
index de6d8c8..c92a178 100644
--- a/format.c
+++ b/format.c
@@ -394,10 +394,8 @@ format_session(struct
Hmm... I don't know, people who include periods in session names are
probably just asking for trouble but maybe we should ban them earlier.
On Tue, Dec 10, 2013 at 05:10:16PM -0600, J Raynor wrote:
> This works fine. However, as of 1.8, it is possible to have a period
> in the session name and t