Add some examples to set_color

This commit is contained in:
ridiculousfish 2013-03-04 12:05:21 -08:00
parent 6ca11044a4
commit 85a5319c4b

View file

@ -37,3 +37,9 @@ incomplete terminfo databases, and may lack color information for
terminals that support it. Download and install the latest version of
ncurses and recompile fish against it in order to fix this issue.
\subsection set_color-example Examples
<pre>set_color red; echo "Roses are red"
set_color blue; echo "Violets are blue"
set_color 62A ; echo "Eggplants are dark purple"
set_color normal; echo "Normal is nice too"
</pre>