summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/exec/exec-command.h')
-rw-r--r--src/plugins/exec/exec-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/exec/exec-command.h b/src/plugins/exec/exec-command.h
index 4984c1a49..680d60be3 100644
--- a/src/plugins/exec/exec-command.h
+++ b/src/plugins/exec/exec-command.h
@@ -32,6 +32,7 @@ struct t_exec_cmd_options
int output_to_buffer; /* 1 if output is sent to buffer */
int new_buffer; /* output in a new buffer */
int switch_to_buffer; /* switch to the output buffer */
+ int line_numbers; /* 1 to display line numbers */
const char *ptr_command_name; /* name of command */
};