summaryrefslogtreecommitdiff
path: root/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal.h')
-rw-r--r--lib/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/internal.h b/lib/internal.h
index 4f6afbe..2fc9393 100644
--- a/lib/internal.h
+++ b/lib/internal.h
@@ -141,6 +141,11 @@ struct _bmMenu {
* Drawing mode used in menu instance.
*/
bmDrawMode drawMode;
+
+ /**
+ * Should selection be wrapped?
+ */
+ char wrap;
};
/* draw/curses.c */