1
0
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:
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
@@ -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 */