Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #968)
|
|
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
|
|
|
|
|
|
|
|
buflist.format.buffer_current (closes #954)
The foreground is not needed because it is overriden by the hotlist color.
|
|
buflist.look.display_conditions is reset
|