Gera idi nahuy
parent
c604be20f1
commit
cd5bd16c3c
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue