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

exec: add options "-ln"/"-noln" (line numbers) in command /exec

This commit is contained in:
Sebastien Helleu
2014-03-12 19:52:04 +01:00
parent 08bffd6f5a
commit ed6ea18c30
4 changed files with 40 additions and 6 deletions
+1
View File
@@ -32,6 +32,7 @@ struct t_exec_cmd_options
int output_to_buffer; /* 1 if output is sent to buffer */
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 */
const char *ptr_command_name; /* name of command */
};