summaryrefslogtreecommitdiff
path: root/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal.h')
-rw-r--r--lib/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/internal.h b/lib/internal.h
index b9b4a5e..e22c546 100644
--- a/lib/internal.h
+++ b/lib/internal.h
@@ -211,6 +211,12 @@ struct bm_menu {
struct bm_hex_color colors[BM_COLOR_LAST];
/**
+ * Prefix shown for highlighted item.
+ * Vertical mode only.
+ */
+ char *prefix;
+
+ /**
* Text used to filter matches.
*/
char *filter;