summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/display.h b/display.h
index f0101448d..72b5c99fc 100644
--- a/display.h
+++ b/display.h
@@ -40,7 +40,9 @@ struct print_options {
PRETTY,
TABLE,
TWOPERPAGE,
- ONEPERPAGE
+ ONEPERPAGE,
+ DIVELIST,
+ STATISTICS
} type;
bool print_selected;
bool color_selected;