Age | Commit message (Collapse) | Author |
|
(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
|
|
|
|
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
|
|
|
|
New options:
- buflist.look.mouse_jump_visited_buffer
- buflist.look.mouse_move_buffer
- buflist.look.mouse_wheel
New keys added by buflist plugin:
- @item(buflist):button1* => hsignal:buflist_mouse
- @item(buflist):button2* => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
|
|
|
|
|