Age | Commit message (Collapse) | Author |
|
|
|
/help key
Now when fset plugin is loaded, the keys are displayed in fset buffer.
In core commands like /set or /key, the fset plugin is not mentioned as WeeChat
can run without it.
|
|
mouse context
|
|
version
|
|
|
|
|
|
When command /key is called without arguments, and if fset plugin is loaded,
fset displays all key options (filter: `weechat.key*`).
|
|
`/fset` commands
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
debug
|
|
|
|
This is a partial revert of fca78ca823e147665687d6cb0a6fe9a4694ba61b.
|
|
|
|
|
|
|
|
|
|
|
|
different case is found (issue #1877)
|
|
commands
|
|
|
|
|
|
|
|
hook_command_run
|
|
|
|
freed (issue #1875)
This frees some allocated memory if size_alloc was greater than size in the
dynamic string.
|
|
matters (issue #1872)
|
|
|
|
(issue #1872)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1872)
|
|
This is faster because with case insensitive comparison, the chars are
converted to lower case anyway before being compared.
|
|
sensitive (issue #1872)
|
|
#1872)
|
|
|
|
|
|
|
|
|
|
Priority is now allowed in function config_file_new, parameter `name`, with the
same format as hooks: "priority|name" (for example: "2000|test").
If not specified, the default priority is 1000.
|