refractoring & hidden files functionality

This commit is contained in:
nova
2025-02-26 22:42:51 +01:00
parent 8cf1918b0d
commit c927039b68
5 changed files with 20 additions and 27 deletions

View File

@ -37,7 +37,6 @@ void window_main(WINDOW *win, unsigned int start_y, unsigned int start_x, char *
}
void window_left(WINDOW *win, unsigned int start_y, unsigned int start_x, char **dir_content){
DIR *dir = opendir(".");
unsigned int local_width;
unsigned int local_height;
unsigned long file_count = 0;