removal of file_size_width
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user