diff --git a/interactions.c b/interactions.c index c90b4b4..6fed706 100644 --- a/interactions.c +++ b/interactions.c @@ -811,6 +811,8 @@ void search(){ timeout(10); curs_set(0); + dir_set_selected_file_current(selected_file_current); + update_selected_file(); status |= (STATUS_RUN_BACKEND | STATUS_UPDATE_SCREEN_0);