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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user