mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: add command /item (closes #808)
This allows to create custom bar items with evaluated content (like the script text_item.py does).
This commit is contained in:
@@ -79,6 +79,8 @@ IMPORT_TEST_GROUP(CoreUrl);
|
||||
IMPORT_TEST_GROUP(CoreUtf8);
|
||||
IMPORT_TEST_GROUP(CoreUtil);
|
||||
/* GUI */
|
||||
IMPORT_TEST_GROUP(GuiBarItem);
|
||||
IMPORT_TEST_GROUP(GuiBarItemCustom);
|
||||
IMPORT_TEST_GROUP(GuiBarWindow);
|
||||
IMPORT_TEST_GROUP(GuiBuffer);
|
||||
IMPORT_TEST_GROUP(GuiChat);
|
||||
|
||||
Reference in New Issue
Block a user