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

@@ -3,14 +3,14 @@
#include <unistd.h>
#include "defines.h"
extern volatile unsigned int status;
extern unsigned int status;
extern char *input;
extern unsigned int timeout_time;
extern unsigned int color_count;
extern color *colors;
extern volatile file *mid_content;
extern file *mid_content;
extern file *lft_content;
extern file *rgt_content;
extern char *top_buffer;