summaryrefslogtreecommitdiffstats
path: root/mutt_curses.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-01-28 22:30:09 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-01-28 22:30:09 +0000
commit0c7971fcb7fca945231bb63db01e644523a2cb4f (patch)
treedc7419ac1344b7250b6e1753a5e021119afddd61 /mutt_curses.h
parentd3fd5ef0a622ac393c67c7570b3cceeee44bef79 (diff)
Add ~V to match successfully verified messages.
Diffstat (limited to 'mutt_curses.h')
-rw-r--r--mutt_curses.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt_curses.h b/mutt_curses.h
index 08af2163..c2322bd4 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -145,6 +145,7 @@ void ci_init_color (void);
void ci_start_color (void);
#define SETCOLOR(X) attrset(ColorDefs[X])
+#define ADDCOLOR(X) attron(ColorDefs[X])
#define MAYBE_REDRAW(x) if (option (OPTNEEDREDRAW)) { unset_option (OPTNEEDREDRAW); x = REDRAW_FULL; }