diff --git a/structs.c b/structs.c index 2272e4d..a0bd5b5 100644 --- a/structs.c +++ b/structs.c @@ -214,7 +214,9 @@ int print_list(Folder *fld, int mode) } if (mode == 1) // not simple { - printf("┌──────────┬──────────┬────────────────────────────────────────────────────┬────────────┐\n"); + printf("┌─────────────────────┬────────────────────────────────────────────────────┐\n"); + printf("│ Current folder │ %*s │\n", filename_lenth, fld->filename); + printf("├──────────┬──────────┼────────────────────────────────────────────────────┼────────────┐\n"); printf("│ Time │ Date │ Filenames │ Extension │\n"); printf("├──────────┼──────────┼────────────────────────────────────────────────────┼────────────┤\n"); diff --git a/work1 b/work1 index 608367d..bcd4b18 100755 Binary files a/work1 and b/work1 differ