From be0c79f3ad2a94083b6f79d40739b2b68d3848ae Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 27 Mar 2009 15:57:10 +0000 Subject: Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a separate server, the new -L command line option should be used: this creates a socket in the same directory with a different name ("-L main" will create socket called "main"). -S should only be used to place the socket outside /tmp. This makes sockets a little more secure and a bit more convenient to use multiple servers. --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index d41f995c..12502635 100644 --- a/TODO +++ b/TODO @@ -96,3 +96,4 @@ - refer to windows by name etc (duplicates? fnmatch?) - n/p repeat is annoying, turn off - repeat should be a key flag and should be configurable (bind -r) +- document -L and update socket path bits in tmux.1 -- cgit