mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
exec: add option "-oerr" to send stderr to buffer (now disabled by default) (closes #1566)
This commit is contained in:
@@ -55,6 +55,7 @@ struct t_exec_cmd
|
||||
/* display */
|
||||
int output_to_buffer; /* 1 if output is sent to buffer */
|
||||
int output_to_buffer_exec_cmd; /* 1 if commands are executed */
|
||||
int output_to_buffer_stderr; /* 1 if stderr is sent to buffer */
|
||||
char *buffer_full_name; /* buffer where output is displayed */
|
||||
int line_numbers; /* 1 if lines numbers are displayed */
|
||||
int color; /* what to do with ANSI colors */
|
||||
|
||||
Reference in New Issue
Block a user