1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

hovered line now fully highlighted

This commit is contained in:
nova
2025-06-15 16:39:55 +02:00
parent f792399d44
commit dc67be11dc
3 changed files with 22 additions and 12 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 *dir_file_count, file *dir_content);
void print_dir(WINDOW *win, unsigned long *line_width, unsigned long *dir_file_count, file *dir_content);