From 07ee5a46d7d4981acdebff00116e5ed5880c0bab Mon Sep 17 00:00:00 2001 From: Ondrej Martinek Date: Sat, 16 Mar 2019 04:54:08 +0000 Subject: show selection info (with -i option) --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 6098a64..4be4cb6 100644 --- a/src/options.h +++ b/src/options.h @@ -12,6 +12,7 @@ typedef struct { const char *prompt; unsigned int workers; char input_delimiter; + int show_info; } options_t; void options_init(options_t *options); -- cgit v1.2.3