1
0
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:
Sébastien Helleu
2022-12-25 18:50:57 +01:00
parent 574a4c8834
commit babe1e7a42
37 changed files with 566 additions and 372 deletions
-40
View File
@@ -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