On Mon, 15 Dec 2014 09:20:12 +, Nicholas Marriott wrote:
> Not sure about this, there are already tools to do this like xsel
> and xclip, what's the use case for tmux doing it too?
xsel and xclip require X11 forwarding to be enabled in SSH to work.
And that's not all: I would have to update th
Hi
I think this sounds too dependent on the implementation. Something like
-U/-D/-L/-R for splitw might work?
On Fri, Nov 21, 2014 at 11:53:43PM -0800, Felix Rosencrantz wrote:
>A, B C, & D are panes.** If you start with a window with a single pane A,
>and call "split-window" you get wi
Ok. I think I would prefer a flag (maybe to paste-buffer?) to send an
existing buffer to the clipboard, rather than changing setb/loadb.
You would still be able to copy a buffer from loadb/setb with something
like:
loadb -btmp /my/file; pasteb -Xbtmp; deleteb -btmp
On Mon, Dec 15, 2014 at 10:47
Applied thanks
On Tue, Dec 09, 2014 at 05:41:56PM -0800, George Nachman wrote:
>The attached patch sends a notification to control-mode clients of a
>layout change when a window is zoomed or unzoomed. Currently such a layout
>change goes unremarked-upon, and control mode clients will
Applied to OpenBSD now, will be in SF later, thanks.
On Wed, Dec 10, 2014 at 04:33:51PM -0800, Michael Graczyk wrote:
>Whoops, last message had the wrong attachment.** This is the correct one.
>On Wed, Dec 10, 2014 at 3:54 PM, Michael Graczyk <[1]mich...@mgraczyk.com>
>wrote:
>
>
Ok. Thank you.
在 2014-12-14 17:40:54,"Thomas Adam" 写道:
>On Fri, Dec 12, 2014 at 02:57:30PM +0800, 侍路登 wrote:
>> Yeah. It is just my problem.
>>
>> On
>> github(https://github.com/ThomasAdam/tmux/commit/e6af0ad23e1a43add71dd09a03c05057aab26748),
>>
>>
>> master
>> 1.9a
>> 1.9
>>
>> Does it
tmux's built-in selection copies on release, it's meant to work like that.
If the terminal's selection (usually you can get it with mode-mouse on
by holding down shift) has changed behaviour, it's a problem with the
terminal not tmux.
On Tue, Dec 02, 2014 at 01:52:56PM +1100, Victor Hooi wrote:
Applied, thanks.
On Sat, Dec 13, 2014 at 12:02:02PM +0100, Thomas Jarosch wrote:
> Reported by cppcheck
>
> Signed-off-by: Thomas Jarosch
> ---
> compat/asprintf.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/compat/asprintf.c b/compat/asprintf.c
> index 733fc81..09020b3 100644
Not sure about this, there are already tools to do this like xsel and
xclip, what's the use case for tmux doing it too?
On Sun, Dec 14, 2014 at 10:38:48AM -0800, Suraj N. Kurapati wrote:
> On Fri, 12 Dec 2014 11:27:14 -0800, Suraj N. Kurapati wrote:
> > Would it be possible to make `setb` and `l