Re: tmux fails on Solaris because of missing path.h

2015-02-06 Thread Nicholas Marriott
Sorry ignore this, we should have removed paths.h, Solaris doesn't have it. Fixed now. On Fri, Feb 06, 2015 at 11:22:53PM +, Nicholas Marriott wrote: > paths.h is included from compat.h if configure finds it. Does Solaris > paths.h lack _PATH_DEVNULL? > > > > On Fri, Feb 06, 2015 at 11:41

Re: tmux fails on Solaris because of missing path.h

2015-02-06 Thread Nicholas Marriott
paths.h is included from compat.h if configure finds it. Does Solaris paths.h lack _PATH_DEVNULL? On Fri, Feb 06, 2015 at 11:41:29PM +0100, Dagobert Michelsen wrote: > Hi, > > the latest tmux compile is failing on Solaris because paths.h is missing: > > https://buildfarm.opencsw.org/buildbot

tmux fails on Solaris because of missing path.h

2015-02-06 Thread Dagobert Michelsen
Hi, the latest tmux compile is failing on Solaris because paths.h is missing: https://buildfarm.opencsw.org/buildbot/waterfall?builder=tmux-solaris10-i386&builder=tmux-solaris10-sparc&reload=300 Best regards — Dago -- "You don't become great by trying to be great, you become great by wan

Re: [PATCH v2] Move pane-{active, }-border-{style, fg, bg} options to window

2015-02-06 Thread Nicholas Marriott
Applied now thanks On Sun, Jan 04, 2015 at 02:56:23PM +0100, Marc Finet wrote: > It is useful to configure pane border style per window, > especially to reflect a setting linked to a window such as pane > synchronization. > --- > v2: re-submit with re-ordered entries. > > options-table.c | 68