improvenments to the rendered output, trunking of longer file names, no more dir sizes and indexes in lft and rgt

This commit is contained in:
nova
2025-07-15 02:45:45 +02:00
parent 2105bb4fe5
commit d9ae5c79af
3 changed files with 69 additions and 29 deletions

View File

@ -4,4 +4,4 @@
unsigned long get_dir_size(char *path);
void get_dir_content(char *path, unsigned long *dir_file_count, file *dir_content);
void print_dir(WINDOW *win, unsigned long *line_width, unsigned long *dir_file_count, file *dir_content);
void print_dir(WINDOW *win, char print_info, unsigned long *line_width, unsigned long *dir_file_count, file *dir_content);