Age | Commit message (Collapse) | Author |
|
|
|
|
|
This allows the user to bind or unbind keys by setting options
"weechat.buffer.fset.fset.key_bind_*" and
"weechat.buffer.fset.fset.key_unbind_*".
|
|
|
|
New options:
- irc.color.list_buffer_line_selected
- irc.color.list_buffer_line_selected_bg
- irc.look.list_buffer_sort
- irc.look.list_buffer_scroll_horizontal
- irc.look.new_list_position
- irc.look.list_buffer_topic_strip_colors
|
|
|
|
New options:
- fset.color.allowed_values
- fset.color.allowed_values_selected
|
|
|
|
With this function, buffer properties are set when the buffer is created and
can be read immediately by other plugins/scripts, for example in a callback of
signal "buffer_opened".
|
|
(issue #1920)
|
|
Legacy keys are automatically converted to new names when loading configuration
file `weechat.conf`.
Examples:
"ctrl-I" => "tab"
"meta2-1;3A" => "meta-up"
"meta2-Z" => "shift-tab"
"meta-wmeta-meta2-A" => "meta-w,meta-up"
"ctrl-Cb" => "ctrl-c,b"
|
|
(closes #1892)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1322)
|
|
|
|
|
|
(closes #1218)
|
|
|
|
|
|
opened
|
|
Using the pre-defined format (without eval) is about 3.5x faster.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"n", command /fset -setnew)
|
|
|
|
options by colors for background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
switch the format used
|
|
|
|
|
|
|
|
fset.look.show_plugin_description to fset.look.show_plugins_desc
|
|
|