aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-26 00:41:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-26 00:41:30 -0800
commitf58dff62c7888ec00f0c10e27b46c1347ecb85d3 (patch)
treed61f2cadea8b32e9ddff73162d507be69f66fb57 /highlight.h
parent6d13b8bbc0a797bd1403c3084c6152480c98ace4 (diff)
Beginnings of work for search field feature of new pager
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/highlight.h b/highlight.h
index dfe3f931..6ef411f9 100644
--- a/highlight.h
+++ b/highlight.h
@@ -40,7 +40,8 @@ enum
/* The following values are modifiers */
highlight_modifier_valid_path = 0x100,
- highlight_modifier_sloppy_background = 0x200, //hackish, indicates that we should treat a foreground color as background, per certain historical behavior
+ highlight_modifier_force_underline = 0x200,
+ highlight_modifier_sloppy_background = 0x300, //hackish, indicates that we should treat a foreground color as background, per certain historical behavior
/* Very special value */
highlight_spec_invalid = 0xFFFF