diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 19:52:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 19:52:04 +0100 |
commit | ed6ea18c30176ca0e961a2535837d54adeeef2ec (patch) | |
tree | 801874cda0a89972b0ef72daf2daaa5e4ab01acf /src/plugins/exec/exec.h | |
parent | 08bffd6f5a7a34e556a7efeab58b229fd55e219c (diff) | |
download | weechat-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.h | 1 |
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 */ |