summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
committerDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
commit5cc695e1861d5c4389847636d9ba1a71d69e2874 (patch)
tree37276a5725be26a70920f60c57c70fdf92ba4b25 /include/rofi.h
parent023bb23bcfc2e0139d3ba042a2eb96f57622f592 (diff)
Add markup flag for dmenu.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 35d56cc8..d44ddbf7 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -236,6 +236,8 @@ typedef struct _Settings
char *separator_style;
/** hide scrollbar */
unsigned int hide_scrollbar;
+ /** show markup in elements. */
+ unsigned int markup_rows;
} Settings;
/** Global Settings structure. */