Re: patch for append to buffer

2014-03-08 Thread J Raynor
> what i didn't like before was that setb -a w/o any buffers acts like > setb, but i think that is actually more useful than an error In copy mode, if you highlight some text and hit 'A', it'll set buffer 0 if it's NULL, otherwise it'll append to what's there. I figured "setb -a" should work the

Re: patch for append to buffer

2014-03-08 Thread Nicholas Marriott
what i didn't like before was that setb -a w/o any buffers acts like setb, but i think that is actually more useful than an error On Thu, Mar 06, 2014 at 06:29:03PM -0600, J Raynor wrote: > > Applied with a few changes, thanks > > The changes removed a bit of functionality. If someone does "set

Re: patch for append to buffer

2014-03-07 Thread Nicholas Marriott
It was intentional, although now you mention it maybe your way is better. Original message From: J Raynor Date: 07/03/2014 00:29 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: patch for append to buffer > Applied with a few chan

Re: patch for append to buffer

2014-03-06 Thread J Raynor
> Applied with a few changes, thanks The changes removed a bit of functionality. If someone does "setb -a foo", then I believe that "foo" should get appended to what's at buffer 0, assuming it isn't NULL. That doesn't happen with the patch that got applied. If the removal of that functionality

Re: patch for append to buffer

2014-03-06 Thread Nicholas Marriott
Applied with a few changes, thanks On Mon, Feb 17, 2014 at 05:50:15PM -0600, J Raynor wrote: > > This looks good but you need to add the new flag and key to the manpage? > > I've attached a new patch that includes updates to the man page. --

Re: patch for append to buffer

2014-02-17 Thread J Raynor
> This looks good but you need to add the new flag and key to the manpage? I've attached a new patch that includes updates to the man page. tmux-append.patch Description: Binary data -- Managing the Performance of Cloud-

Re: patch for append to buffer

2014-02-17 Thread Nicholas Marriott
This looks good but you need to add the new flag and key to the manpage? On Sat, Feb 15, 2014 at 04:20:03PM -0600, J Raynor wrote: > > Hi. Can you make this a flag to setb (-A? -a?) instead of a new command? > > Sure. I've attached a new patch. There's no append-buffer command, > and passing -

Re: patch for append to buffer

2014-02-15 Thread J Raynor
> Hi. Can you make this a flag to setb (-A? -a?) instead of a new command? Sure. I've attached a new patch. There's no append-buffer command, and passing -a to set-buffer will cause it to append. tmux-append.patch Description: Binary data ---

Re: patch for append to buffer

2014-02-15 Thread Nicholas Marriott
Hi. Can you make this a flag to setb (-A? -a?) instead of a new command? Original message From: J Raynor Date: 15/02/2014 20:01 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: patch for append to buffer In the "copy/paste improvements" section of the TODO list