Age | Commit message (Collapse) | Author |
|
The filter can be set with /trigger monitor <filter> or by entering data
in the trigger monitor input.
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide)
|
|
command /eval (closes #35)
|
|
|
|
|
|
to last buffer
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New modifier:
- color_decode_ansi: convert ANSI colors to WeeChat colors (or remove colors).
New infos:
- color_ansi_regex: regex used to parse ANSI colors in a string
- color_term2rgb: convert a terminal color (0-255) to RGB
- color_rgb2term: convert a RGB color to terminal color (0-255)
|
|
|
|
|
|
in function buffer_search (bug #34318)
|
|
process
|
|
|
|
weechat.look.hotlist_add_buffer_if_away
|