summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index d454c0f7ee..d13c75d434 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -90,9 +90,12 @@ struct tree_context {
90 int currtable; /* db use */ 90 int currtable; /* db use */
91 int currextra; /* db use */ 91 int currextra; /* db use */
92#endif 92#endif
93 int sort_dir; /* directory sort order */
94 int out_of_tree; /* shortcut from elsewhere */
93 struct tree_cache cache; 95 struct tree_cache cache;
94 bool dirfull; 96 bool dirfull;
95 int sort_dir; /* directory sort order */ 97 bool is_browsing; /* valid browse context? */
98
96 struct browse_context *browse; 99 struct browse_context *browse;
97}; 100};
98 101