summaryrefslogtreecommitdiff
path: root/tabbed.1
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2013-12-12 18:06:51 +0100
committerChristoph Lohmann <20h@r-36.net>2013-12-16 17:58:26 +0100
commite68297ed05c989f204a5e074e7528ee105067160 (patch)
tree40fa86c33f7a152a47ff9b393dbc3b6138dce9ed /tabbed.1
parent06f6bade81fed884641be98812e0a38a48cc8f36 (diff)
Allow selecting the colors on command line.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.115
1 files changed, 15 insertions, 0 deletions
diff --git a/tabbed.1 b/tabbed.1
index 0ec623e..0ae29ce 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -70,6 +70,21 @@ with the window id, rather than appending it to the end.
.B \-s
will disable automatic spawning of the command.
.TP
+.BI \-t " color"
+defines the selected background color.
+.IR #RGB ,
+.IR #RRGGBB ,
+and X color names are supported.
+.TP
+.BI \-T " color"
+defines the selected foreground color.
+.TP
+.BI \-u " color"
+defines the normal background color.
+.TP
+.BI \-U " color"
+defines the normal foreground color.
+.TP
.B \-v
prints version information to stderr, then exits.
.SH USAGE