summaryrefslogtreecommitdiffstats
path: root/mutt_curses.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-01-09 14:22:01 -0800
committerKevin McCarthy <kevin@8t8.us>2015-01-09 14:22:01 -0800
commitd4cab506c58db6bf887d5a0735c6b9598f21fe79 (patch)
tree06f0f6a2013293aa8ff966e8a773c7372928bf80 /mutt_curses.h
parent0edb1e37a0535647699beb524bd10e1cdfc21df5 (diff)
Add color type for prompts.
This adds a new color type, MT_COLOR_PROMPT, that can be used to colorize prompts (fields, yes/no, multi_choice). Thanks to Ben Boeckel for the patch!
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 f8d6f88a..f8bc47cc 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -120,6 +120,7 @@ enum
MT_COLOR_BOLD,
MT_COLOR_UNDERLINE,
MT_COLOR_INDEX,
+ MT_COLOR_PROMPT,
MT_COLOR_MAX
};