amiga/history_local: Scroll to cursor on open

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-08-02 21:04:58 +01:00
parent f98de0d347
commit a08a1a1d14

View File

@ -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;
}