diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-24 14:59:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-24 14:59:50 +0200 |
commit | 02b1fe99261c33a8c775b12c6c61987f0db551b4 (patch) | |
tree | 2eb2a84edba5b217f3f85c1e164d3e6e5a5fa9c1 /doc | |
parent | 28e5018835e00c6a3abaa55c9ea7c24910fccfa1 (diff) | |
download | weechat-02b1fe99261c33a8c775b12c6c61987f0db551b4.zip |
buflist: fix slow switch of buffer when there are a lot of buffers opened (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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions