summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-12 19:52:04 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-12 19:52:04 +0100
commited6ea18c30176ca0e961a2535837d54adeeef2ec (patch)
tree801874cda0a89972b0ef72daf2daaa5e4ab01acf /src/plugins/exec/exec.h
parent08bffd6f5a7a34e556a7efeab58b229fd55e219c (diff)
downloadweechat-ed6ea18c30176ca0e961a2535837d54adeeef2ec.zip
exec: add options "-ln"/"-noln" (line numbers) in command /exec
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 0b5d2f94c..5ae32708f 100644
--- a/src/plugins/exec/exec.h
+++ b/src/plugins/exec/exec.h
@@ -40,6 +40,7 @@ struct t_exec_cmd
/* buffer */
int output_to_buffer; /* 1 if output is sent to buffer */
char *buffer_full_name; /* buffer where output is displayed */
+ int line_numbers; /* 1 if lines numbers are displayed */
/* command output */
int stdout_size; /* number of bytes in stdout */