removal of file_size_width

This commit is contained in:
nova
2025-07-25 17:10:44 +02:00
parent af5a451ec2
commit 1a67c5b4d0
7 changed files with 49 additions and 60 deletions

View File

@@ -58,8 +58,7 @@ typedef struct File {
char status;
unsigned char file_type;
unsigned short color_pair;
unsigned int permissions;
unsigned long file_name_width;
unsigned short permissions;
unsigned long file_size; /*if its a file, its in bytes, if its a dir, its the count of files within that dir */
char *file_name;
} file;