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

2014-12-14 Thread Suraj N. Kurapati
On Fri, 12 Dec 2014 11:27:14 -0800, Suraj N. Kurapati wrote: > Would it be possible to make `setb` and `loadb` copy to clipboard? Attached is a rudimentary patch that enhances the `setb` and `loadb` commands to copy to the clipboard, just like the `copy-mode` command. Please consider adding this

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

2014-12-14 Thread 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 mean that the problem will be solved when I switch to version 1.9a or

[tmux PATCH] Add missing va_end() calls

2014-12-14 Thread Thomas Jarosch
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 --- a/compat/asprintf.c +++ b/compat/asprintf.c @@ -54,10 +54,12 @@ vasprintf(char **ret, const char

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

2014-12-14 Thread 侍路登
Yeah. It is just my problem. On github, I get this: Does it mean that the problem will be solved when I switch to version 1.9a or 1.9? 在 2014-12-12 08:16:11,"Thomas Adam" 写道: >On 11 December 2014 at 09:39, 侍路登 wrote: >> when larger than 15. >> >> The tmux version is 1.8. > >Can you please

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

2014-12-14 Thread 侍路登
Yeah. It is just my problem. On github, I get this: Does it mean that the problem will be solved when I switch to version 1.9a or 1.9? 在 2014-12-12 08:16:11,"Thomas Adam" 写道: >On 11 December 2014 at 09:39, 侍路登 wrote: >> when larger than 15. >> >> The tmux version is 1.8. > >Can you please

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

2014-12-14 Thread 侍路登
Yeah. It is just my problem. On github, I get this: Does it mean that the problem will be solved when I switch to version 1.9a or 1.9? 在 2014-12-12 08:16:11,"Thomas Adam" 写道: >On 11 December 2014 at 09:39, 侍路登 wrote: >> when larger than 15. >> >> The tmux version is 1.8. > >Can you please

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

2014-12-14 Thread 侍路登
Yeah. It is just my problem. On github(https://github.com/ThomasAdam/tmux/commit/e6af0ad23e1a43add71dd09a03c05057aab26748), I get this: choose-tree: Reset top when toggling items When choose-tree is told to expand/collapse items (especially when first rendering collapsed to just show sessi