mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
Improved navigation of pager list. Added tests for it too.
This commit is contained in:
@@ -1527,7 +1527,7 @@ static void accept_autosuggestion(bool full)
|
||||
|
||||
static bool is_navigating_pager_contents()
|
||||
{
|
||||
return data && data->current_pager.selected_completion() != NULL;
|
||||
return data && data->current_pager.selected_completion(data->current_page_rendering) != NULL;
|
||||
}
|
||||
|
||||
static void select_completion_in_direction(enum selection_direction_t dir, const wcstring &cycle_command_line, size_t cycle_cursor_pos)
|
||||
|
||||
Reference in New Issue
Block a user