diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-26 15:42:09 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-26 15:42:09 +0200 |
commit | a44b001e8260883c0876fba967b1d72a5b7ab7c3 (patch) | |
tree | e7a2dd45c9ee5de7adfe72e2bbe2b4f28a0cb1b8 /lib/internal.h | |
parent | fb6a49e69011f911b670ac3bdb08fe7868db3070 (diff) | |
download | bemenu-a44b001e8260883c0876fba967b1d72a5b7ab7c3.tar.gz bemenu-a44b001e8260883c0876fba967b1d72a5b7ab7c3.tar.bz2 bemenu-a44b001e8260883c0876fba967b1d72a5b7ab7c3.zip |
Mkae highlighted item prefix configurable.
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 6 |
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; |