1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: add buffer property "clear"

This commit is contained in:
Sebastien Helleu
2014-03-25 10:55:12 +01:00
parent 8deb0d3612
commit 92ec36eced
7 changed files with 96 additions and 19 deletions
+2
View File
@@ -98,6 +98,8 @@ struct t_gui_buffer
/* 2 = the only active (merged) */
int print_hooks_enabled; /* 1 if print hooks are enabled */
int day_change; /* 1 if "day change" displayed */
int clear; /* 1 if clear of buffer is allowed */
/* with command /buffer clear */
/* close callback */
int (*close_callback)(void *data, /* called when buffer is closed */