Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(same action as F1/F2)
|
|
with terminals)
|
|
|
|
|
|
|
|
|
|
|
|
(closes #990)
|
|
|
|
|
|
|
|
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
|
|
(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 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|