mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
core: move /input hotlist actions to new command /hotlist
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all`
This commit is contained in:
@@ -782,46 +782,6 @@ TEST(GuiInput, HistoryGlobalNext)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_hotlist_clear
|
||||
*/
|
||||
|
||||
TEST(GuiInput, HotlistClear)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_hotlist_remove_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, HotlistRemoveBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_hotlist_restore_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, HotlistRestoreBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_hotlist_restore_all
|
||||
*/
|
||||
|
||||
TEST(GuiInput, HotlistRestoreAll)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_grab_key
|
||||
|
||||
Reference in New Issue
Block a user