diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:19:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:19:11 +0200 |
commit | 57f342feb6a58caa57358c815a716f0a51bf1f59 (patch) | |
tree | f351475c6ed46b55e6cfddb6214f2ca9c0407556 /doc/en/weechat_dev.en.adoc | |
parent | db945875288addfff959ce0db6d4109765028f80 (diff) | |
download | weechat-57f342feb6a58caa57358c815a716f0a51bf1f59.zip |
fset: add fset plugin and files in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 07709a12d..c1cfc10c6 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -72,6 +72,7 @@ The main WeeChat directories are: | charset/ | Charset plugin. | exec/ | Exec plugin. | fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat). +| fset/ | Fset (Fast Set) plugin. | guile/ | Guile (scheme) scripting API. | irc/ | IRC (Internet Relay Chat) plugin. | javascript/ | Javascript scripting API. @@ -213,6 +214,16 @@ WeeChat "core" is located in following directories: | fifo-command.c | Fifo commands. | fifo-config.c | Fifo config options (file fifo.conf). | fifo-info.c | Fifo info/infolists/hdata. +| fset/ | Fset plugin. +| fset.c | Main fset functions. +| fset-bar-item.c | Fset bar items. +| fset-buffer.c | Fset buffer. +| fset-command.c | Fset commands. +| fset-completion.c | Fset completions. +| fset-config.c | Fset config options (file fset.conf). +| fset-info.c | Fset info/infolists/hdata. +| fset-mouse.c | Fset mouse actions. +| fset-option.c | Fset options management. | guile/ | Guile (scheme) plugin. | weechat-guile.c | Main guile functions (load/unload scripts, execute guile code). | weechat-guile-api.c | Guile scripting API functions. |