Age | Commit message (Collapse) | Author |
|
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
|
|
|
|
(same action as F1/F2)
|
|
with terminals)
|
|
|
|
|
|
|
|
|
|
|
|
a list of signals
|
|
/help buflist.format.buffer
|
|
creation
|
|
|
|
|
|
|
|
(closes #990)
|
|
|
|
|
|
|
|
|
|
first item in the bar
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
|
|
|
|
|
|
This is better for symmetry of comparison callback (comparing buffer1 and
buffer2 will give same as comparing buffer2 and bufer1).
Thanks to Simmo Saan for reporting the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insensitive comparison
|
|
weechat_hdata_compare
|
|
This should make refresh of buflist bar item a bit faster.
|
|
(closes #998)
The function hdata_search (which evaluates a condition for each item in a list)
is too slow to search server and channel on each buffer. It is replaced by a
manual search in the list (using weechat_hdata_string to get the name), much
faster.
|
|
|
|
|
|
|
|
bar when buflist is disabled (closes #994)
|
|
|
|
|