Re: Patch for square copy.

2010-01-23 Thread Nicholas Marriott
Hi Thanks for updated diff, Comments inline. > Index: mode-key.c > === > RCS file: /cvsroot/tmux/tmux/mode-key.c,v > retrieving revision 1.36 > diff -u -r1.36 mode-key.c > --- mode-key.c4 Dec 2009 22:14:47 - 1.36 >

Re: Patch for square copy.

2010-01-20 Thread Robin Lee Powell
On Wed, Jan 20, 2010 at 07:04:21PM +, Nicholas Marriott wrote: > > + { MODEKEYCOPY_MARGIN_LEFT, "left-margin" }, > > + { MODEKEYCOPY_MARGIN_RIGHT, "right-margin" }, > > + { MODEKEYCOPY_MARGIN_TOGGLE, "square-copy-toggle" }, > > Not critical but can you sort these? Done. > > screen_set

Re: Patch for square copy.

2010-01-20 Thread Nicholas Marriott
Hi Thanks for your mail and diff, On Tue, Jan 19, 2010 at 07:14:51PM -0800, Robin Lee Powell wrote: > > Find attached; this is basically the c and C keys from GNU Screen's > copy mode, plus a block mode toggle. Now, the J key. :) I've converted your diff to a unified diff below since it is mu