diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-18 16:19:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:19:48 +0100 |
commit | 64a8c6d2aedfb1fdbf6936ac141b3ab5a07a0fce (patch) | |
tree | 2820d6b65fbd88b3e1ad38f5e0fb233342b80477 /doc/en | |
parent | b77e0a2c6f0a07bf02c754bb79e9fa931195e728 (diff) | |
download | weechat-64a8c6d2aedfb1fdbf6936ac141b3ab5a07a0fce.zip |
doc: add buflist plugin in developer's guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 0b8aca588..dd8a6673f 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -68,6 +68,7 @@ The main WeeChat directories are: | plugins/ | Plugin and scripting API. | alias/ | Alias plugin. | aspell/ | Aspell plugin. +| buflist/ | Buflist plugin. | charset/ | Charset plugin. | exec/ | Exec plugin. | fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat). @@ -193,6 +194,10 @@ WeeChat "core" is located in following directories: | weechat-aspell-config.c | Aspell config options (file aspell.conf). | weechat-aspell-info.c | Aspell info/infolists/hdata. | weechat-aspell-speller.c | Spellers management. +| buflist/ | Buflist plugin. +| buflist.c | Main buflist functions. +| buflist-bar-item.c | Buflist bar items. +| buflist-config.c | Buflist config options (file buflist.conf). | charset/ | Charset plugin. | charset.c | Charset functions. | exec/ | Exec plugin. |