mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
core: add default key alt-'-' to toggle filters in current buffer (closes #17)
This commit is contained in:
@@ -102,6 +102,7 @@ struct t_gui_buffer
|
||||
int day_change; /* 1 if "day change" displayed */
|
||||
int clear; /* 1 if clear of buffer is allowed */
|
||||
/* with command /buffer clear */
|
||||
int filter; /* 1 if filters enabled for buffer */
|
||||
|
||||
/* close callback */
|
||||
int (*close_callback)(void *data, /* called when buffer is closed */
|
||||
|
||||
Reference in New Issue
Block a user