Update the config man page with parameters for titlebar colours.

This commit is contained in:
Stephen Boddy 2009-01-14 12:21:31 +01:00
parent a55fb5c70e
commit 2c50a3b326
1 changed files with 24 additions and 0 deletions

View File

@ -93,6 +93,30 @@ Default value: \fBright\fR
If true, a titlebar will be drawn for each terminal which shows the current title of that terminal.
Default value: \fBTrue\fR
.TP
.B title_tx_txt_color
Sets the colour of the text shown in the titlebar of the active terminal.
Default value: \fB#FFFFFF\fR
.TP
.B title_tx_bg_color
Sets the colour of the background of the titlebar in the active terminal.
Default value: \fB#C80003\fR
.TP
.B title_rx_txt_color
Sets the colour of the text shown in the titlebar of any terminal that \fBwill\fR receive input from the active terminal.
Default value: \fB#FFFFFF\fR
.TP
.B title_rx_bg_color
Sets the colour of the background of the titlebar of any terminal that \fBwill\fR receive input from the active terminal.
Default value: \fB#0076C9\fR
.TP
.B title_ia_txt_color
Sets the colour of the text shown in the titlebar of any terminal that will \fBnot\fR receive input from the active terminal.
Default value: \fB#000000\fR
.TP
.B title_ia_bg_color
Sets the colour of the background of the titlebar of any terminal that will \fBnot\fR receive input from the active terminal.
Default value: \fB#C0BEBF\fR
.TP
.B titletips
If true, a tooltip will be available for each terminal which shows the current title of that terminal.
Default value: \fBFalse\fR