mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core: move /input jump actions to command /buffer jump
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
This commit is contained in:
@@ -1387,6 +1387,56 @@ TEST(GuiBuffer, VisitedGetIndexNext)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_jump_smart
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, JumpSmart)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_jump_last_buffer_displayed
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, JumpLastBufferDisplayed)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_jump_visited_by_index
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, JumpVisitedByIndex)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_jump_previously_visited_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, JumpPreviouslyVisitedBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_jump_next_visited_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiBuffer, JumpNextVisitedBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_buffer_hdata_buffer_cb
|
||||
|
||||
Reference in New Issue
Block a user