1
0
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:
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
@@ -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