Re: patch for bug in window_copy_append_selection

2015-04-07 Thread Nicholas Marriott
cool, applied, thanks On Sun, Apr 05, 2015 at 12:47:14AM -0500, J Raynor wrote: > Yes, this fixes it. > > On Tue, Mar 31, 2015 at 12:51 PM, Nicholas Marriott > wrote: > > Hi > > > > Would this fix it instead? > > > > Index: paste.c > > ===

Re: patch for bug in window_copy_append_selection

2015-04-04 Thread J Raynor
Yes, this fixes it. On Tue, Mar 31, 2015 at 12:51 PM, Nicholas Marriott wrote: > Hi > > Would this fix it instead? > > Index: paste.c > === > RCS file: /cvs/src/usr.bin/tmux/paste.c,v > retrieving revision 1.26 > diff -u -p -r1.26 pa

Re: patch for bug in window_copy_append_selection

2015-03-31 Thread Nicholas Marriott
Hi Would this fix it instead? Index: paste.c === RCS file: /cvs/src/usr.bin/tmux/paste.c,v retrieving revision 1.26 diff -u -p -r1.26 paste.c --- paste.c 5 Nov 2014 23:25:02 - 1.26 +++ paste.c 31 Mar 2015 17:50:54 -

patch for bug in window_copy_append_selection

2015-02-22 Thread J Raynor
There's a bug in window_copy_append_selection that causes tmux to free memory that shouldn't be freed. To reproduce the problem: * Set mode-keys to vi so you can use A to append to a buffer * Enter copy mode and copy some text * Use lsb to note that the buffer names look normal * Enter copy m