diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ struct print_options { PRETTY, TABLE, TWOPERPAGE, - ONEPERPAGE + ONEPERPAGE, + DIVELIST, + STATISTICS } type; bool print_selected; bool color_selected; |