summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 2b296050d3..a12045cae4 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -36,8 +36,10 @@ struct entry {
36 36
37#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */ 37#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */
38#define BROWSE_NO_CONTEXT_MENU 0x0002 /* disable context menu */ 38#define BROWSE_NO_CONTEXT_MENU 0x0002 /* disable context menu */
39#define BROWSE_RUNFILE 0x0004 /* do ft_open() on the file instead of browsing */
39#define BROWSE_SELECTED 0x0100 /* this bit is set if user selected item */ 40#define BROWSE_SELECTED 0x0100 /* this bit is set if user selected item */
40 41
42
41struct tree_context; 43struct tree_context;
42 44
43struct tree_cache { 45struct tree_cache {