Age | Commit message (Collapse) | Author |
|
|
|
The weechat.spec was obsolete and openSUSE has its own here:
https://build.opensuse.org/package/view_file/server:irc/weechat/weechat.spec?expand=1
|
|
|
|
output truncation
|
|
|
|
|
|
|
|
|
|
(closes #1895)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the bar name already exists, the function `bar_new` returns the pointer to
the bar (instead of NULL) and sets the default value for all options with the
values received.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in set/reset/unset functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now the modifiers for mouse keys are in the same order as other keys: `alt-`
then `ctrl-`.
|
|
|
|
When raw code and alias for a key are both matching, the raw code must always
have higher priority.
This commit fixes this behavior and gives priority to raw code.
|
|
|
|
|
|
The modifier "shift-" can only be used with the key names, not with simple
chars.
|
|
Changes:
- add function gui_key_debug_print_key
- change message "no key" by "no key binding"
- remove messages ""insert into input" / "ignored"
- add color for delimiters
|
|
|
|
|
|
|
|
(missing comma)
|
|
|
|
The raw key code is kept as-is, so for example "meta2-A" becomes "meta-[A".
|
|
/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.
|