diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-24 19:03:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-24 19:03:44 +0200 |
commit | 3a59f2f65e1fc4d604e93378ee63a01208296dc6 (patch) | |
tree | f18ae13cd1324a6b0d565a101f670b7e50d14f3d /tests/unit | |
parent | 817d1eaf8e0be700bf9b61dcbaf9db7ab507d3af (diff) | |
download | weechat-3a59f2f65e1fc4d604e93378ee63a01208296dc6.zip |
irc: add local key bindings during the /list buffer creation
This allows the user to bind or unbind keys by setting options
"weechat.buffer.irc.list_xxx.key_bind_*" and
"weechat.buffer.irc.list_xxx.key_unbind_*".
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/plugins/irc/test-irc-list.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/plugins/irc/test-irc-list.cpp b/tests/unit/plugins/irc/test-irc-list.cpp index 6eff2b261..e51f1a7ae 100644 --- a/tests/unit/plugins/irc/test-irc-list.cpp +++ b/tests/unit/plugins/irc/test-irc-list.cpp @@ -244,16 +244,6 @@ TEST(IrcList, IrcListBufferInputDataCb) /* * Tests functions: - * irc_list_buffer_set_keys - */ - -TEST(IrcList, IrcListBufferSetKeys) -{ - /* TODO: write tests */ -} - -/* - * Tests functions: * irc_list_create_buffer */ |