diff --git a/src/hotkeys.cc b/src/hotkeys.cc index 0a56c1c8..c53e5e6e 100644 --- a/src/hotkeys.cc +++ b/src/hotkeys.cc @@ -953,7 +953,7 @@ handle_paging_key(int ch) done = true; } } while (!done); - tc->set_top(vl); + tc->set_selection(vl); lnav_data.ld_rl_view->set_value(" " + rt.to_string()); } }