mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
exec: add options "-pipe" and "-hsignal" in command /exec
This commit is contained in:
@@ -60,6 +60,10 @@ struct t_exec_cmd
|
||||
char *err; /* stderr of command */
|
||||
int return_code; /* command return code */
|
||||
|
||||
/* pipe/hsignal */
|
||||
char *pipe_command; /* output piped to WeeChat/plugin cmd*/
|
||||
char *hsignal; /* send a hsignal with output */
|
||||
|
||||
struct t_exec_cmd *prev_cmd; /* link to previous command */
|
||||
struct t_exec_cmd *next_cmd; /* link to next command */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user