Age | Commit message (Collapse) | Author |
|
add buffer_number default bar item
|
|
|
|
|
|
|
|
|
|
|
|
server (task #6859)
|
|
|
|
|
|
|
|
|
|
input bar
|
|
|
|
|
|
|
|
with callback to core items if not found
|
|
to have a filling specific to top/bottom bars (vs left/right bars)
|
|
|
|
|
|
input and status)
|
|
|
|
|
|
|
|
|
|
initial commit, not working yet)
|
|
|
|
and "--n" for integers and colors
|
|
|
|
config_get/config_get_plugin/config_set_plugin in script API
|
|
|
|
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
|
|
|
|
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
|
|
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
|