Age | Commit message (Collapse) | Author |
|
initial commit, not working yet)
|
|
nick on server)
|
|
|
|
Following cmake commands let you build packages:
- "make package_source": build source package (that can be installed with
cmake or autotools)
- "make package": build binary package
|
|
|
|
|
|
|
|
|
|
|
|
same time with callbacks (bug #23109)
|
|
|
|
|
|
current window
|
|
|
|
|
|
|
|
#23078)
|
|
(char is still possible)
|
|
|
|
|
|
|
|
and "--n" for integers and colors
|
|
|
|
config_get/config_get_plugin/config_set_plugin in script API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v0.2.6) (bug #22935), added "nicklist" infolist
|
|
|
|
commands with same name from different plugins
|
|
|
|
|
|
|
|
(like scroll, ..)
|
|
hooks (use of string_match)
|
|
size, then normal size)
|
|
nicklist
|
|
|
|
option type for infolist "options"
|
|
|
|
These keys can be set thru API function "buffer_set", for example:
weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up");
weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down");
weechat_buffer_set(my_buffer, "key_unbind_meta2-B", "");
weechat_buffer_set(my_buffer, "key_unbind_*", "");
These keys are volatile and not saved in any config file. So they must be set
when buffer is open.
|
|
|
|
with /set command
|
|
|