summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/amiga/history_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/amiga/history_local.c b/frontends/amiga/history_local.c
index fc980be3d..5ad77ead7 100644
--- a/frontends/amiga/history_local.c
+++ b/frontends/amiga/history_local.c
@@ -319,6 +319,8 @@ nserror ami_history_local_present(struct gui_window *gw)
history_local_window = ncwin;
ami_gui_set_history_window(gw, ncwin);
+ local_history_scroll_to_cursor(ncwin->session);
+
return NSERROR_OK;
}