diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-14 14:27:23 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-12 13:05:49 +0200 |
commit | 2f1de098bd3a44eaf0cfccb2c126250bb50f11b9 (patch) | |
tree | 03c6e6e5cf4b233d51b92f3542ed90636c98a202 /doc/en | |
parent | d25a4213fecf8abccfecda4229fe85bfcf4a51b7 (diff) | |
download | weechat-2f1de098bd3a44eaf0cfccb2c126250bb50f11b9.zip |
irc: add buffer for /list reply (closes #1972)
New options:
- irc.color.list_buffer_line_selected
- irc.color.list_buffer_line_selected_bg
- irc.look.list_buffer_sort
- irc.look.list_buffer_scroll_horizontal
- irc.look.new_list_position
- irc.look.list_buffer_topic_strip_colors
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 0fdd8e402..b84d891ee 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -281,6 +281,7 @@ WeeChat "core" is located in following directories: | irc-info.c | IRC info/infolists/hdata. | irc-input.c | Input of commands/text. | irc-join.c | Functions for list of channels to join. +| irc-list.c | Buffer for reply to /list command. | irc-message.c | Functions to manipulate IRC messages. | irc-mode.c | Functions about channel/nick modes. | irc-modelist.c | IRC channel mode lists (+b, +e, +I, ...). @@ -439,6 +440,7 @@ WeeChat "core" is located in following directories: | test-irc-ctcp.cpp | Tests: IRC CTCP. | test-irc-ignore.cpp | Tests: IRC ignores. | test-irc-join.cpp | Tests: IRC join functions. +| test-irc-list.cpp | Tests: IRC buffer for reply to /list command. | test-irc-message.cpp | Tests: IRC messages. | test-irc-mode.cpp | Tests: IRC modes. | test-irc-nick.cpp | Tests: IRC nicks. |