improvenments to rendering and start of thread_btm

This commit is contained in:
nova
2025-07-05 22:20:32 +02:00
parent 539af5fd65
commit 142f75d98a
3 changed files with 45 additions and 3 deletions

View File

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