Gera idi nahuy

master
root 2022-05-29 17:53:30 +03:00
parent c604be20f1
commit cd5bd16c3c
2 changed files with 3 additions and 1 deletions

View File

@ -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");

BIN
work1

Binary file not shown.