summaryrefslogtreecommitdiffstats
path: root/complete
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 /complete
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 'complete')
-rw-r--r--complete/_rg2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete/_rg b/complete/_rg
index 1074597d..6fecf6d8 100644
--- a/complete/_rg
+++ b/complete/_rg
@@ -125,7 +125,7 @@ _rg() {
[[ "${state}" == 'style' ]] &&
_values -S ':' 'style value' \
- bold nobold intense nointense && return 0
+ bold nobold intense nointense underline nounderline && return 0
;;
typespec)