1
0
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:
Sébastien Helleu
2022-05-23 22:58:46 +02:00
parent 79438c72e1
commit cefed25912
18 changed files with 2050 additions and 16 deletions
+2
View File
@@ -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);