diff options
| author | Christoph Lohmann <20h@r-36.net> | 2014-01-21 19:43:40 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2014-01-21 19:43:40 +0100 |
| commit | 7a15235114cb84af462776e6f908ffdc3e077652 (patch) | |
| tree | ea012fb6662dc5e53474eee7270197d304eded78 /tabbed.1 | |
| parent | 53a43774db126e04558ebdd576f378d27ed1e166 (diff) | |
| download | tabbed-7a15235114cb84af462776e6f908ffdc3e077652.tar.gz | |
Adding conforming documentation of the commandline color support.
Diffstat (limited to 'tabbed.1')
| -rw-r--r-- | tabbed.1 | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -14,6 +14,14 @@ tabbed \- generic tabbed interface .IR name ] .RB [ \-p .IR [ s +/- ] pos ] +.RB [ \-t +.IR selbgcol ] +.RB [ \-T +.IR selfgcol ] +.RB [ \-u +.IR normbgcol ] +.RB [ \-U +.IR normfgcol ] .RB [ \-r .IR narg ] .IR [ command ... ] @@ -70,19 +78,19 @@ with the window id, rather than appending it to the end. .B \-s will disable automatic spawning of the command. .TP -.BI \-t " color" +.BI \-t " selbgcol" defines the selected background color. .IR #RGB , .IR #RRGGBB , and X color names are supported. .TP -.BI \-T " color" +.BI \-T " selfgbcol" defines the selected foreground color. .TP -.BI \-u " color" +.BI \-u " normbgcol" defines the normal background color. .TP -.BI \-U " color" +.BI \-U " normfgcol" defines the normal foreground color. .TP .B \-v |