Re: [PATCHv2 1/4] make PROTOCOL_VERSION unsigned

2015-03-02 Thread Nicholas Marriott
Ok these look good I will apply them when OpenBSD unlocks. On Sun, Feb 22, 2015 at 04:21:01PM -0500, Ben Boeckel wrote: > Signed-off-by: Ben Boeckel > --- > tmux.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tmux.h b/tmux.h > index e296ac7..87ed093 100644 > --- a/t

Re: patch for setting pane background color

2015-03-02 Thread Nicholas Marriott
Ok thanks. I will look at these diffs (or any new ones if you've sent them) again after OpenBSD unlocks which I guess will probably be a few weeks. On Mon, Feb 23, 2015 at 10:33:51PM -0600, J Raynor wrote: > I've attached a patch that adds the BCE functionality I did before. > It's more concise