summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-07 08:51:23 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-07 08:51:23 +0100
commit90c314f3970e66814c39dc7e94e665240a5d3320 (patch)
tree315560340f6e305f959b6827db117f91d7ba6f56 /include/view.h
parentda2e6a2cc497b7cd2a4d25297b0b626edfd3c1fa (diff)
Re-add column, but not for dmenu when prompt is set
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/view.h b/include/view.h
index c7b9e574..89b692f6 100644
--- a/include/view.h
+++ b/include/view.h
@@ -26,6 +26,8 @@ typedef enum
MENU_ERROR_DIALOG = 4,
/** INDICATOR */
MENU_INDICATOR = 8,
+ /** Show column */
+ MENU_PROMPT_COLON = 16,
} MenuFlags;
/**