Re: [PATCH] tmux.1: Document "set-option status-bg" and "set-option status-fg"

2014-07-27 Thread Øyvind A . Holm
On 27 July 2014 10:07, Øyvind A. Holm wrote: > tmux.1 | 10 ++ > 1 file changed, 10 insertions(+) > [snip] This branch is also available as "document-status-bgfg" from <https://github.com/sunny256/tmux

[PATCH] tmux.1: Document "set-option status-bg" and "set-option status-fg"

2014-07-27 Thread Øyvind A . Holm
--- tmux.1 | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tmux.1 b/tmux.1 index 924157d..c66c9b3 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2501,6 +2501,16 @@ option. .Op Ic on | off .Xc Show or hide the status line. +.It Ic status-bg Ar colour +Set the background colour of the statu

Re: [PATCH] tmux.1: Document "set-option status-bg" and "set-option status-fg"

2014-07-27 Thread Øyvind A . Holm
On 27 July 2014 10:17, Øyvind A. Holm wrote: > On 27 July 2014 10:07, Øyvind A. Holm wrote: > > tmux.1 | 10 ++ > > 1 file changed, 10 insertions(+) > > [snip] > > This branch is also available as "document-status-bgfg" from > <https://github.