1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: move /input set_unread actions to commands /allbuf and /buffer set

Actions moved:

* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
This commit is contained in:
Sébastien Helleu
2022-12-25 21:44:27 +01:00
parent 2c238e08ff
commit 0c29d4c5b6
43 changed files with 54 additions and 143 deletions
-20
View File
@@ -802,26 +802,6 @@ TEST(GuiInput, GrabMouse)
/* TODO: write tests */
}
/*
* Tests functions:
* gui_input_set_unread
*/
TEST(GuiInput, SetUnread)
{
/* TODO: write tests */
}
/*
* Tests functions:
* gui_input_set_unread_current
*/
TEST(GuiInput, SetUnreadCurrent)
{
/* TODO: write tests */
}
/*
* Tests functions:
* gui_input_switch_active_buffer