diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ struct options { enum { PRETTY, TABLE, - TWOPERPAGE + TWOPERPAGE, + ONEPERPAGE } type; int print_selected; int color_selected; |