Re: Patch - add -F argument to new-window

2012-03-06 Thread Nicholas Marriott
Applied with a couple of fixes - usages need to be sorted, and you need to free both the format itself and the return from format_expand. Cheers On Sun, Mar 04, 2012 at 12:08:09PM -0800, George Nachman wrote: > Sorry for the HTML mess. I've added split-window to the patch. > > On Sat, Mar 3, 20

Re: Fix up memory leaks in display-message- F

2012-03-06 Thread Nicholas Marriott
Hi On Sun, Mar 04, 2012 at 10:29:02AM -0500, Ben Boeckel wrote: > On Sun, Mar 04, 2012 at 07:34:33 +, Nicholas Marriott wrote: > > I want to be reducing the use of status_replace so I don't want to add > > it back to display-message. > > > > It is a good idea to use format_* inside status_rep

Re: Patch - Add -h argument to send-keys to safe transmission of keystrokes over all transports

2012-03-06 Thread Nicholas Marriott
Going with this instead which allows any size. Index: key-string.c === RCS file: /cvs/src/usr.bin/tmux/key-string.c,v retrieving revision 1.22 diff -u -p -r1.22 key-string.c --- key-string.c21 Jan 2012 08:40:09 - 1.22

Re: Patch - Add -h argument to send-keys to safe transmission of keystrokes over all transports

2012-03-06 Thread George Nachman
Looks good, thanks! On Sun, Mar 4, 2012 at 12:40 PM, Nicholas Marriott wrote: > Going with this instead which allows any size. > > Index: key-string.c > === > RCS file: /cvs/src/usr.bin/tmux/key-string.c,v > retrieving revision 1.22

Re: Patch - add -F argument to new-window

2012-03-06 Thread George Nachman
Thanks! On Sun, Mar 4, 2012 at 12:51 PM, Nicholas Marriott wrote: > Applied with a couple of fixes - usages need to be sorted, and you need > to free both the format itself and the return from format_expand. > > Cheers > > > On Sun, Mar 04, 2012 at 12:08:09PM -0800, George Nachman wrote: >> Sorry