Re: Add some missing keywords to tmux.vim

2014-02-14 Thread Ben Boeckel
On Mon, 10 Feb, 2014 at 00:01:09 GMT, Jan Larres wrote: > Yes, that's what I meant by "latest updates". But even with your patches > the things that I mentioned were missing. Oops, yeah. I see now. Thanks. --Ben -- Andr

Re: potential memory leak in window_copy_copy_selection

2014-02-14 Thread J Raynor
I suppose paste_replace could always handle the freeing of the memory. This would preserve its fire and forget nature. See the attached patch. tmux-ml.patch Description: Binary data -- Android apps run on BlackBerry 10

Re: potential memory leak in window_copy_copy_selection

2014-02-14 Thread J Raynor
> Why not this instead? Also fix some other similar problems. I was hesitant to free the memory in window_copy_copy_buffer in case the caller wasn't done with it. But since all current callers are done with it, I guess it doesn't matter. Your patch looks good. --

Re: 256 colors in tty console?

2014-02-14 Thread Nicholas Marriott
I have made a change which should fix fbterm now, should be in 1.9. On Sat, Feb 01, 2014 at 12:09:38AM -0800, Lawrence Jacob Siebert wrote: >I have to set it to fbterm to get fbterm to have 256 colors. * >Lawrence >About Me:*[1]http://about.me/lawrencesiebert >Constantly Coding:*[

Re: FAQ: xterm-keys and editors

2014-02-14 Thread Nicholas Marriott
Thanks Where did tmux.el come from? Did you write it? Can you add either a public domain declaration (look at vim-keys.conf) or the ISC license text to the top of the two new files? I think you have probably added enough to tmux.vim at least to be able to do this, although it'd probably be polit

Re: Fix mouse wheel pane selection

2014-02-14 Thread Nicholas Marriott
Why not just let them both through always? Index: server-client.c === RCS file: /cvs/src/usr.bin/tmux/server-client.c,v retrieving revision 1.115 diff -u -p -r1.115 server-client.c --- server-client.c 31 Jan 2014 14:19:24 -

Re: bell patches

2014-02-14 Thread Nicholas Marriott
I don't know why this wouldn't be the right thing to do, can't find a SF issue... maybe it was on the ML? This seems a slightly better change. Index: server-window.c === RCS file: /cvs/src/usr.bin/tmux/server-window.c,v retrieving r

Re: potential memory leak in window_copy_copy_selection

2014-02-14 Thread Nicholas Marriott
Why not this instead? Also fix some other similar problems. Index: cmd-load-buffer.c === RCS file: /cvs/src/usr.bin/tmux/cmd-load-buffer.c,v retrieving revision 1.25 diff -u -p -r1.25 cmd-load-buffer.c --- cmd-load-buffer.c 10 Oct 2