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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user