summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorBalaji Sivaraman <balaji@balajisivaraman.com>2018-02-20 17:40:03 +0530
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 07:10:03 -0500
commitd57fc580818e655e7b0edca2924e259bd5dc02d2 (patch)
tree677c0ca31cc8f6cdd28ad9e56c50c516e9f0f51a /FAQ.md
parentd09538c974194865c79f9a1539cf145fd7e7430c (diff)
termcolor: add underline support
This commit adds underline support to the termcolor crate, and exposes it through ripgrep. Fixes #798
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/FAQ.md b/FAQ.md
index b7facfe3..42f37851 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -190,10 +190,10 @@ The --colors` flag is a bit more complicated. The general format is:
* `{attribute}` should be one of `fg`, `bg` or `style`, corresponding to
foreground color, background color, or miscellaneous styling (such as whether
to bold the output or not).
-* `{value}` is determined by the value of `{attribute}`. If `{attribute}` is
- `style`, then `{value}` should be one of `nobold`, `bold`, `nointense` or
- `intense`. If `{attribute}` is `fg` or `bg`, then `{value}` should be a
- color.
+* `{value}` is determined by the value of `{attribute}`. If
+ `{attribute}` is `style`, then `{value}` should be one of `nobold`,
+ `bold`, `nointense`, `intense`, `nounderline` or `underline`. If
+ `{attribute}` is `fg` or `bg`, then `{value}` should be a color.
A color is specified by either one of eight of English names, a single 256-bit
number or an RGB triple (with over 16 million possible values, or "true