1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

exec: add options -nf and -cl/-nocl in command /exec

-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
This commit is contained in:
Sebastien Helleu
2014-03-25 09:25:47 +01:00
parent 966a2f4fb4
commit 8deb0d3612
23 changed files with 383 additions and 192 deletions
+2
View File
@@ -22,6 +22,8 @@
extern void exec_buffer_set_callbacks ();
extern struct t_gui_buffer *exec_buffer_new (const char *name,
int free_content,
int clear_buffer,
int switch_to_buffer);
#endif /* WEECHAT_EXEC_BUFFER_H */