From cab010ed5285b33cfe26f14ff6c38a79199cdf5f Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 27 Aug 2008 01:18:46 +0100 Subject: [PATCH] make comments and quotes obvious, I hope --- doc/terminator_config.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 74379136..8ab6afd0 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -10,9 +10,10 @@ This manual page documents briefly the .SH "FILE FORMAT" This is what a Terminator config file should look like: + # This is a comment font = Fixed 10 background_color = #000000 - foreground_color = #FFFFFF + foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value scrollback_lines = 500 cursor_blink = True @@ -168,6 +169,7 @@ Controls the width of the separator between terminals. Anything outside the rang Default value: \fB-1\fR .TP .B f11_modifier \fR(boolean) +DEPRECATED. This option will disappear by 1.0. See \fB[keybindings]\fR instead. If this is set to True, the fullscreen keyboard shortcut changes from F11 (like many GNOME apps) to Ctrl-Shift-F11 (useful if you use terminal applications which expect to receive F11. Default value: \fBFalse\fR .TP