summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2014-07-24 10:56:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-24 11:33:28 -0700
commit21585403dba6ec47afdf81b86557285acb993b7a (patch)
treeb1de6f9e3404cf732a4fc6e06313c3ca0b47d8fc /display.h
parentf29f41ae9ea8b9c6217feab2cd97b165af843c2a (diff)
downloadsubsurface-21585403dba6ec47afdf81b86557285acb993b7a.tar.gz
Printing: add 1 dive per page option
With this option there is an exception, which makes the notes section of the profile table occupy half the page. This way dive plans can reasonably be printed. Fixes #636 Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/display.h b/display.h
index b728b8b70..7775dcf7a 100644
--- a/display.h
+++ b/display.h
@@ -39,7 +39,8 @@ struct options {
enum {
PRETTY,
TABLE,
- TWOPERPAGE
+ TWOPERPAGE,
+ ONEPERPAGE
} type;
int print_selected;
int color_selected;