From 5f6a351df72f76f98ee1ed3494d025fe591fdb69 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 19 Jan 2009 17:16:09 +0000 Subject: Start the first client with a special socketpair so it is already known to the server rather than playing silly games to get them synchronised before doing anything. Change attach-session to start the server. --- tmux.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index ec064be9..ff00a812 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.66 2009-01-17 17:16:31 nicm Exp $ +.\" $Id: tmux.1,v 1.67 2009-01-19 17:16:09 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -345,6 +345,11 @@ Create a new client in the current terminal and attach it to a session. If .Fl d is specified, any other clients attached to the session are detached. +.Pp +If no server is started, +.It attach-session +will attempt to start it; this will fail unless sessions are created in the +configuration file. .It Xo Ic bind-key .Ar key Ar command Op Ar arguments .Xc -- cgit