aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set_color.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-25 03:51:08 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-25 03:51:08 +1000
commit48afe8062ed72108a7928bd656ce465cc55bc676 (patch)
tree18149a18801b0cf2ea1a2df776a7611285160d8d /doc_src/set_color.txt
parent277f9b7e607e40ee84ac5c59fcc878d34cb586e2 (diff)
Make sure fish color settings are valid colors
darcs-hash:20051024175108-ac50b-3abfbd8b5974c7a3a53bc70d425d41dd1295da02.gz
Diffstat (limited to 'doc_src/set_color.txt')
-rw-r--r--doc_src/set_color.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index 2c7e84b7..b1f6879e 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -10,11 +10,13 @@ Change the foreground and/or background color of the terminal.
COLOR is one of black, red, green, brown, yellow, blue, magenta,
purple, cyan, white and normal.
+- \c -c, \c --print-colors Prints a list of all valid color names
- \c -b, \c --background Set the background color
- \c -o, \c --bold Set bold or extra bright mode
- \c -h, \c --help Display help message and exit
- \c -v, \c --version Display version and exit
+
Calling <tt>set_color normal</tt> will set the terminal color to
whatever is the default color of the terminal.