mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
irc: reset filter and sort when /list buffer is closed (issue #1972)
This commit is contained in:
@@ -284,6 +284,16 @@ TEST(IrcList, IrcListAlloc)
|
||||
LONGS_EQUAL(0, list->selected_line);
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* irc_list_free_data
|
||||
*/
|
||||
|
||||
TEST(IrcList, IrcListFreeData)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* irc_list_free
|
||||
|
||||
Reference in New Issue
Block a user