diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-30 09:15:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-30 09:15:50 -0700 |
commit | 348afc3f576f3ad3cf3ad78b2f037cd5d6c73445 (patch) | |
tree | 1510edf7f6c5d5eb1aa727e726386204ba4635e7 /display.h | |
parent | d93830a6eb6f39aefba6f2f142256b2d536b4f99 (diff) | |
parent | e7abde48688180d707dd4e0d1553fd285520b0ed (diff) | |
download | subsurface-348afc3f576f3ad3cf3ad78b2f037cd5d6c73445.tar.gz |
Merge branch 'print_table' of http://ambre.pingoured.fr/cgit/subsurface
Pull table printing improvements from Pierre-Yves Chibon:
"I cleaned up the print options as asked so that we only have the
choice between the "pretty-print" and the "table-print".
The table layout has been improved."
* 'print_table' of http://ambre.pingoured.fr/cgit/subsurface:
Remove the pretty-print without dive profile option.
Have a nice table formating with choosing the 'Table print' option.
Invert the print 'dive profile' option.
Deactivate 'Show profiles' if 'table print' is checked.
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ extern void attach_tooltip(int x, int y, int w, int h, const char *text); struct options { enum { PRETTY, TABLE } type; - gboolean print_profiles; }; extern char zoomed_plot; |