Re: [PATCH] Re: yank buffer to clipboard, like copy-mode does

2014-12-15 Thread Nicholas Marriott
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

Re: [tmux PATCH] Add missing va_end() calls

2014-12-15 Thread Nicholas Marriott
Applied, thanks. On Sat, Dec 13, 2014 at 12:02:02PM +0100, Thomas Jarosch wrote: Reported by cppcheck Signed-off-by: Thomas Jarosch thomas.jaro...@intra2net.com --- compat/asprintf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/asprintf.c b/compat/asprintf.c index

Re: Tmux mode-mouse - Unable to select text, it de-selects as soon as you let go of the mouse

2014-12-15 Thread Nicholas Marriott
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:

Re:Re: Re: Re: about the black screen problem when listing tmux sessions

2014-12-15 Thread 侍路登
Ok. Thank you. 在 2014-12-14 17:40:54,Thomas Adam tho...@xteddy.org 写道: 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 mean

Re: [PATCH 1/1]: Fix poor performance during mouse mode selection.

2014-12-15 Thread Nicholas Marriott
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:

Re: [PATCH] Notify control clients of layout change on zoom and unzoom

2014-12-15 Thread Nicholas Marriott
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

Re: [PATCH] Re: yank buffer to clipboard, like copy-mode does

2014-12-15 Thread Nicholas Marriott
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

Re: [PATCH] Re: yank buffer to clipboard, like copy-mode does

2014-12-15 Thread Suraj N. Kurapati
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 the