mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
exec: add option "-bg" in command /exec
This commit is contained in:
@@ -33,6 +33,7 @@ struct t_exec_cmd
|
||||
struct t_hook *hook; /* pointer to process hook */
|
||||
char *command; /* command (with arguments) */
|
||||
pid_t pid; /* process id */
|
||||
int detached; /* 1 if command is detached */
|
||||
time_t start_time; /* start time */
|
||||
time_t end_time; /* end time */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user