mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +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:
@@ -1147,6 +1147,36 @@ TEST(GuiBuffer, GetPreviousActiveBuffer)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_switch_active_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, SwitchActiveBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_switch_active_buffer_previous
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, SwitchActiveBufferPrevious)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_zoom
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, Zoom)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_renumber
|
||||
|
||||
Reference in New Issue
Block a user