Skip to content

Commit

Permalink
erase screen after open file option
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDervishi03 committed Oct 2, 2024
1 parent 2964d17 commit 386a931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "../include/action.hpp"
#include <ncurses.h>


namespace fs = std::filesystem;
Expand Down Expand Up @@ -176,5 +177,6 @@ void action::file::file_selection_menu() {
}
}
curs_set(1);
erase();
endwin();
}

0 comments on commit 386a931

Please sign in to comment.