aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set_color.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-24 03:38:11 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-24 03:38:11 +1000
commitecdc5bdbc733791dfe1e729c5a491472d53cdebf (patch)
tree4a5fb050063b96b92ec9144966bde3d95a184278 /doc_src/set_color.txt
parent64fee9865ee85ada8660009b37fec556d6ce190b (diff)
Add notice to set_text documentation about the use of --bold to brighten colors on some terminals
darcs-hash:20060123173811-ac50b-0ff42512a62fcebf1224b0aac9a47f04ed92c1c9.gz
Diffstat (limited to 'doc_src/set_color.txt')
-rw-r--r--doc_src/set_color.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index b1f6879e..742a69fc 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -20,3 +20,8 @@ purple, cyan, white and normal.
Calling <tt>set_color normal</tt> will set the terminal color to
whatever is the default color of the terminal.
+Some terminals use the --bold escape sequence to switch to a brighter
+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.
+