more detail about quotes and # inside values.

This commit is contained in:
Chris Jones 2008-08-27 01:21:28 +01:00
parent cab010ed52
commit 377caa85b5
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@ This is what a Terminator config file should look like:
font = Fixed 10
background_color = #000000
foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value
scrollback_lines = 500
scrollback_lines = '500' #More comment. Single quotes are valid too
cursor_blink = True
custom_command = "echo \"foo#bar\"" #Final comment - this will work as expected.
[keybindings]
full_screen = <Ctrl><Shift>F11