Age | Commit message (Collapse) | Author |
|
is scrolling up buffer
|
|
|
|
was not displayed inside hidden lines)
|
|
found
|
|
|
|
in buffer
|
|
|
|
length if line is not displayed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current buffer only (task #7286)
|
|
|
|
|
|
number were not decreased
|
|
crash inside crash!)
|
|
by /dcc command)
|
|
initial commit, not working yet)
|
|
|
|
|
|
|
|
same time with callbacks (bug #23109)
|
|
|
|
|
|
|
|
#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
|