1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +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
@@ -40,6 +40,7 @@ struct t_exec_cmd
/* buffer */
int output_to_buffer; /* 1 if output is sent to buffer */
char *buffer_full_name; /* buffer where output is displayed */
int line_numbers; /* 1 if lines numbers are displayed */
/* command output */
int stdout_size; /* number of bytes in stdout */