1
0
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:
Sébastien Helleu
2022-12-25 22:47:18 +01:00
parent 0c29d4c5b6
commit 41fd26fe79
46 changed files with 373 additions and 325 deletions
+30
View File
@@ -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