1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

exec: add option "-oerr" to send stderr to buffer (now disabled by default) (closes #1566)

This commit is contained in:
Sébastien Helleu
2020-10-11 16:33:50 +02:00
parent 4d696d7cc8
commit fa46a2fe2d
24 changed files with 294 additions and 237 deletions
+1
View File
@@ -31,6 +31,7 @@ struct t_exec_cmd_options
struct t_gui_buffer *ptr_buffer; /* pointer to buffer */
int output_to_buffer; /* 1 if output is sent to buffer */
int output_to_buffer_exec_cmd; /* execute commands found */
int output_to_buffer_stderr; /* 1 if stderr is sent to buffer */
int new_buffer; /* 1=new buffer, 2=new buf. free cont*/
int new_buffer_clear; /* 1 to clear buffer before output */
int switch_to_buffer; /* switch to the output buffer */