mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
exec: add options "-pipe" and "-hsignal" in command /exec
This commit is contained in:
@@ -36,6 +36,8 @@ struct t_exec_cmd_options
|
||||
int color; /* what to do with ANSI colors */
|
||||
int display_rc; /* 1 to display return code */
|
||||
const char *ptr_command_name; /* name of command */
|
||||
char *pipe_command; /* output piped to WeeChat/plugin cmd*/
|
||||
char *hsignal; /* send a hsignal with output */
|
||||
};
|
||||
|
||||
extern int exec_command_run (struct t_gui_buffer *buffer,
|
||||
|
||||
Reference in New Issue
Block a user