summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index 7153cc0b6..c0163aeff 100644
--- a/display.h
+++ b/display.h
@@ -54,6 +54,7 @@ extern void get_plot_details(struct graphics_context *gc, int time, char *buf, s
struct options {
enum { PRETTY, TABLE, TWOPERPAGE } type;
int print_selected;
+ int color_selected;
};
extern char zoomed_plot, dc_number;