1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

exec: add options "-rc"/"-norc" (display return code) in command /exec

This commit is contained in:
Sebastien Helleu
2014-03-13 07:56:20 +01:00
parent 571a7a5dbe
commit 0eca1fd20b
4 changed files with 21 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ struct t_exec_cmd_options
int new_buffer; /* output in a new buffer */
int switch_to_buffer; /* switch to the output buffer */
int line_numbers; /* 1 to display line numbers */
int display_rc; /* 1 to display return code */
const char *ptr_command_name; /* name of command */
};