summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/exec/exec.h')
-rw-r--r--src/plugins/exec/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/exec/exec.h b/src/plugins/exec/exec.h
index f1c781991..d034befe4 100644
--- a/src/plugins/exec/exec.h
+++ b/src/plugins/exec/exec.h
@@ -53,6 +53,7 @@ struct t_exec_cmd
/* display */
int output_to_buffer; /* 1 if output is sent to buffer */
+ int output_to_buffer_exec_cmd; /* 1 if commands are executed */
char *buffer_full_name; /* buffer where output is displayed */
int line_numbers; /* 1 if lines numbers are displayed */
int color; /* what to do with ANSI colors */