Age | Commit message (Collapse) | Author |
|
|
|
in command /exec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The filter can be set with /trigger monitor <filter> or by entering data
in the trigger monitor input.
|
|
buffer is zoomed)
|
|
merged buffer is zoomed) (task #12845)
There was a bug with "num_displayed" in buffers when they are merged and
that one buffer is zoomed: now the num_displayed is > 0 for the active buffer,
and it is set to 0 for all merged non-active buffers (only in case of zoom).
A variable "zoomed" has been added in buffers to know if a buffer with this
number is zoomed or not (possibly another buffer).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The bug happened when options weechat.look.prefix_align and
weechat.look.prefix_buffer_align are set to "none".
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The problem was introduced in commit eef3b570752b974b87f5b189c89813f400f55a6e
which was storing split commands inside keys themselves (for optimization).
This causes a problem when weechat.conf is reloaded, because all keys are
then deleted and created again, which removes the array of commands which
is currently used. And then it leads to a crash of WeeChat.
This commit reverts this behavior and the key commands are split when they
are executed.
|
|
|
|
|
|
|
|
|
|
|
|
gui_color_get_custom
|
|
|
|
|
|
|
|
|
|
|
|
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
|
|
|
|
|
|
|
|
|
|
|