From e70ed961eab80dab41ebfda7b91d80d9ef041be7 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 20 Sep 2015 17:27:17 +0200 Subject: Document set_color resetting both for "normal" Fixes #1658 --- doc_src/set_color.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt index f48926a8..66855073 100644 --- a/doc_src/set_color.txt +++ b/doc_src/set_color.txt @@ -30,6 +30,7 @@ Not all terminal emulators support all these features. `set_color` uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. +Note that setting either color to "normal" will reset both back- and foreground colors. \subsection set_color-example Examples @@ -37,5 +38,5 @@ Not all terminal emulators support all these features. 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" +set_color normal; echo "Normal is nice" # This will reset background, too \endfish -- cgit v1.2.3