Age | Commit message (Collapse) | Author |
|
weechat.look.buffer_time_format is not an empty string
|
|
|
|
|
|
items of status bar
|
|
set to "merged" (closes #199)
|
|
set to "action" or "both" (closes #206)
|
|
With a sorted list, the partial completion is about 50x faster
(like other completions).
|
|
With arraylist (vs weelist), the completion is about 50x faster.
It is visible on "/help [+tab]".
|
|
static libs
|
|
|
|
|
|
|
|
are displayed in same message (closes #171)
When several lines are displayed in a message (separated by "\n"), the
modifier "weechat_print" will now discard just one line (if return value is
an empty string), instead of discarding the whole message.
|
|
|
|
|
|
current buffer (closes #150)
|
|
(closes #130)
|
|
|
|
|
|
|
|
This is needed for automated tests, to exit with return code of tests.
|
|
|
|
|
|
buffer (closes #129)
|
|
|
|
|
|
|
|
A flag "closing" has been added in buffers. It is set to 1 when the buffer
is closing, and then no more printf is allowed in the buffer (a message
printed on relay buffer was causing a crash when it is closed).
|
|
|
|
|
|
defined in buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove a buffer from hotlist)
|
|
|
|
|
|
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".
|
|
|