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

doc: add buflist plugin in developer's guide

This commit is contained in:
Sébastien Helleu
2017-03-18 16:19:58 +01:00
parent b77e0a2c6f
commit 64a8c6d2ae
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -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.