aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set_color.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-15 23:49:15 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-15 23:49:15 +1000
commit94d1322fc1978d2655daf1b21891d7dc521ab683 (patch)
tree4d242145aa3925bcf54e0e5585dbddcc158e2941 /doc_src/set_color.txt
parenteed8b61a9e21a8cb3d01c77bd8bff927b87ee398 (diff)
Update the set_color command: Add underline support, make the command a bit more rubust to missing ferminal features, and update documentation and completions
darcs-hash:20060615134915-ac50b-de1092e56490bbf1c58cc3422c239a2997645b6b.gz
Diffstat (limited to 'doc_src/set_color.txt')
-rw-r--r--doc_src/set_color.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index 742a69fc..02c5ad23 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -10,10 +10,11 @@ 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 -c, \c --print-colors Prints a list of all valid color names
- \c -h, \c --help Display help message and exit
+- \c -o, \c --bold Set bold or extra bright mode
+- \c -u, \c --underline Set underlined mode
- \c -v, \c --version Display version and exit
@@ -25,3 +26,6 @@ color set. On such terminals, <code>set_color white</code> will result
in a grey font color, while <code>set_color --bold white</code> will
result in a white font color.
+Not all terminal emulators support all these features. This is not a
+bug in set_color but a missing feature in the terminal emulator.
+