Re: patch for setting pane background color

2015-04-12 Thread J Raynor
This line in the patch for tmux.1 looks wrong: +.Fl P ). I think there has to be a space between the parenthesis and the period. Without it, the parenthesis gets treated as a flag and a dash is put before it. If -g or -P is passed to selectp, other flags are ignored. Is that the intended behav

Re: patch for setting pane background color

2015-04-12 Thread Nicholas Marriott
On Sun, Apr 12, 2015 at 07:25:43PM -0500, J Raynor wrote: > This line in the patch for tmux.1 looks wrong: > > +.Fl P ). > > I think there has to be a space between the parenthesis and the > period. Without it, the parenthesis gets treated as a flag and a dash > is put before it. Whoops, yes, I