Hi,
On 30 September 2013 13:33, Nicholas Marriott
wrote:
> Looks good can you apply this too?
Done.
-- Thomas Adam
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application perfo
Hi,
On 30 September 2013 13:33, Nicholas Marriott
wrote:
> Sure looks good can you apply this thanks
Done.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
E
* craig w [09-30-13 08:30]:
> I started tmux last week using "tmux -S foo" when I was done for the
> day I detached from the session. I thought I was starting a new named
> session that I would later be able to attach to using "tmux a -t
> foo"but apparently I messed up.
>
> How can I rec
-S specifies a path for a new socket. You need to find that socket then do tmux
-S /path/to/foo attach.
IIRC what you probably wanted to do initially is tmux new -s foo.
Original message
From: craig w
Date: 30/09/2013 10:31 (GMT+00:00)
To: tmux-us...@lists.sf.net
Subject:
Looks good can you apply this too?
Original message
From: Thomas
Date: 10/09/2013 17:25 (GMT+00:00)
To: tmux-us...@lists.sf.net
Cc: Thomas
Subject: [PATCH] layout-resize-pane-mouse: Consider visible panes only
When a pane is maximized, and text is selected, we end up c
Sure looks good can you apply this thanks
Original message
From: Thomas
Date: 26/09/2013 12:06 (GMT+00:00)
To: tmux-us...@lists.sf.net
Cc: Thomas
Subject: [PATCH] Don't treat TMUX_TMPDIR as a potential file
The point of setting TMUX_TMPDIR is to then make any labels fr
I started tmux last week using "tmux -S foo" when I was done for the
day I detached from the session. I thought I was starting a new named
session that I would later be able to attach to using "tmux a -t
foo"but apparently I messed up.
How can I reclaim this session?
thanks
--