Age | Commit message (Collapse) | Author |
|
(char is still possible)
|
|
config_get/config_get_plugin/config_set_plugin in script API
|
|
|
|
hooks (use of string_match)
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
fixed many memory leaks
|
|
|
|
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
|
|
|
|
|
|
replaced "void *" pointers by structures
|
|
|
|
|
|
|
|
in buffer (faster and using less memory)
|
|
|
|
truncated on screen) (bug #20944)
|
|
|
|
|
|
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
|
|
|
|
came back to end of buffer)
|
|
search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed compilation problems with FreeBSD, fixed status bar display bug
|
|
to compare), this should fix minor display bug on some arch like PPC
|
|
option "dcc_fast_send" (does not wait for ACK) (task #5758)
|
|
|
|
many refreshs, display bug with splited windows
|
|
|
|
|
|
#16356)
|
|
|
|
|