This commit is contained in:
Moritz Lipp 2014-04-09 01:48:07 +02:00
parent 34d82b6f9b
commit 44522a783c
2 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,14 @@
FAQ
===
Set colors have no effect
-------------------------
If you want to overwrite a color you need to make sure that you either escape
the hash tag or put the new value between paranthesis.
::
set color red
set color \#000000
set color "#000000"

View File

@ -6,3 +6,4 @@ Commandline invocation
======================
.. include:: ../man/_synopsis.txt
.. include:: ../man/_options.txt