mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 10:11:17 -03:00
Redraw pager after it is cleared
Have the new is_repaint_needed() take care of updating the page rendering, this way we trigger the expected repaints. Fixes #7289
This commit is contained in:
@@ -1665,7 +1665,6 @@ void reader_data_t::accept_autosuggestion(bool full, bool single, move_word_styl
|
||||
// Ensure we have no pager contents.
|
||||
void reader_data_t::clear_pager() {
|
||||
pager.clear();
|
||||
current_page_rendering = page_rendering_t();
|
||||
}
|
||||
|
||||
void reader_data_t::select_completion_in_direction(selection_motion_t dir) {
|
||||
|
||||
Reference in New Issue
Block a user