Re: Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-27 Thread Chris Johnsen
On Wed, Mar 27, 2013 at 5:37 PM, Nicholas Marriott wrote: > Can anyone please test this on OS X 10.7 and make sure it still builds and > automatic-rename still works? I do not have a 10.7 machine, but I was able to dig up another 10.6.8 machine. The change to check for __MAC_10_7 does let the cur

Re: Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-27 Thread Nicholas Marriott
Can anyone please test this on OS X 10.7 and make sure it still builds and automatic-rename still works? On Wed, Mar 27, 2013 at 04:02:04PM -0500, Jared Scheel wrote: >Worked like a charm! Probably figured out I meant 10.6.8 (for when people >see this thread months from now and a 10.8.6

Re: Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-27 Thread Nicholas Marriott
Hmm sure. This fixed an actual bug so we shouldn't just revert. So unless you know how to fix the previous code for old OS X version, we may just disable automatic rename. Can you try this? Untested of course. There is probably a less stupid way to check the OS X version, if you know it let me kn

Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-27 Thread Jared Scheel
This commit results in a failure to compile on 10.8.6: http://sourceforge.net/p/tmux/tmux-code/ci/7360ff4496bfd159ac5935a18de675f067c375db/ Error: osdep-darwin.c: In function ‘osdep_get_name’: osdep-darwin.c:36: error: storage size of ‘bsdinfo’ isn’t known osdep-darwin.c:43: error: ‘PROC_PIDT_SHOR

Re: Add TMUX_TMPDIR environment variable

2013-03-27 Thread Nicholas Marriott
applied now thanks On Mon, Mar 25, 2013 at 12:36:39PM -0400, Ben Boeckel wrote: > On Fri, Mar 22, 2013 at 08:35:10 +, Nicholas Marriott wrote: > > Perhaps TMUX_SOCKET to act like -S instead might be better? Then you can > > put it where you like without tmux creating directories. > > That mig

Re: [Patch] Move cursor into last column on CUU and CUD

2013-03-27 Thread Nicholas Marriott
Applied, thanks. On Sun, Mar 24, 2013 at 01:37:57PM -0700, George Nachman wrote: > There is an odd bit of behavior in CUU and CUD when the cursor is at > the end of the line in xterm that tmux does not have. The following > command: > > echo -e '\033[2J\033[2;80Ha\033[1Ab\n' > > when run o