improvenments to rendering and start of thread_btm
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#define STATUS_QUIT_PROGRAM 1
|
||||
#define STATUS_RUN_BACKEND 2
|
||||
@@ -57,6 +58,7 @@ typedef struct File {
|
||||
char *file_name;
|
||||
unsigned char file_type;
|
||||
unsigned short color_pair;
|
||||
unsigned int permissions;
|
||||
unsigned long file_name_width;
|
||||
unsigned long file_size; /*if its a file, its in bytes, if its a dir, its the count of files within that dir */
|
||||
} file;
|
||||
|
Reference in New Issue
Block a user