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

Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match)

This commit is contained in:
Sebastien Helleu
2008-04-17 17:59:27 +02:00
parent 62bcf75851
commit e349ae491a
8 changed files with 387 additions and 114 deletions
+2
View File
@@ -24,6 +24,8 @@ enum t_gui_buffer_type
{
GUI_BUFFER_TYPE_FORMATED = 0,
GUI_BUFFER_TYPE_FREE,
/* number of buffer types */
GUI_BUFFER_NUM_TYPES,
};
#define GUI_BUFFER_NOTIFY_LEVEL_MIN 0