diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 11:54:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 11:54:00 +0100 |
commit | e8de09662500543d774430a3aa722cfd7bd16c5f (patch) | |
tree | 326aa0348ae5352306ef7998cd195b6a125667af /src/plugins/exec/exec.h | |
parent | 07908366953fbf6bedba565182c84d5c43116977 (diff) | |
download | weechat-e8de09662500543d774430a3aa722cfd7bd16c5f.zip |
exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)
Diffstat (limited to 'src/plugins/exec/exec.h')
-rw-r--r-- | src/plugins/exec/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/exec/exec.h b/src/plugins/exec/exec.h index 6d7c4f5fa..0b5d2f94c 100644 --- a/src/plugins/exec/exec.h +++ b/src/plugins/exec/exec.h @@ -38,9 +38,8 @@ struct t_exec_cmd time_t end_time; /* end time */ /* buffer */ - char *buffer_plugin; /* buffer plugin (where cmd is exec) */ - char *buffer_name; /* buffer name (where cmd is exec) */ int output_to_buffer; /* 1 if output is sent to buffer */ + char *buffer_full_name; /* buffer where output is displayed */ /* command output */ int stdout_size; /* number of bytes in stdout */ |