diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-18 09:52:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-18 09:52:01 +0200 |
commit | 674f52bf5867791059988af02089f3a8b82eeb98 (patch) | |
tree | 34f4b825c00cc9abc4171620cd5155c3e024203c /doc/en/weechat_dev.en.adoc | |
parent | 0af960dbde56d5d950997250acd4e53eb16223a5 (diff) | |
download | weechat-674f52bf5867791059988af02089f3a8b82eeb98.zip |
core: add bar item "spacer"
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 56876064a..9123856b6 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -422,6 +422,7 @@ WeeChat "core" is located in following directories: | test-core-utf8.cpp | Tests: UTF-8. | test-core-util.cpp | Tests: utility functions. | gui/ | Root of unit tests for interfaces. +| test-gui-bar-window.cpp | Tests: bar window functions. | test-gui-buffer.cpp | Tests: buffer functions. | test-gui-chat.cpp | Tests: chat functions. | test-gui-color.cpp | Tests: colors. |