1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)

This commit is contained in:
Sebastien Helleu
2014-03-12 11:54:00 +01:00
parent 0790836695
commit e8de096625
10 changed files with 268 additions and 53 deletions
+1 -2
View File
@@ -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 */