> 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
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
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
> 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
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.
--
> 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-
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 -
> 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
---
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