mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
core: move /input buffer switch/zoom actions to command /buffer
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom`
This commit is contained in:
@@ -802,36 +802,6 @@ TEST(GuiInput, GrabMouse)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_switch_active_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, SwitchActiveBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_switch_active_buffer_previous
|
||||
*/
|
||||
|
||||
TEST(GuiInput, SwitchActiveBufferPrevious)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_zoom_merged_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, ZoomMergedBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_insert
|
||||
|
||||
Reference in New Issue
Block a user