code base good enough to actually progress

This commit is contained in:
nova
2025-04-17 01:17:13 +02:00
parent 931d7026ea
commit 38338df254
13 changed files with 430 additions and 289 deletions

View File

@ -1,7 +1,7 @@
#include <curses.h>
#include "window.c"
void window_left(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
void window_main(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
void window_right(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
void window_top(WINDOW *win);
void window_btm(WINDOW *win);
void window_lft(WINDOW *win);
void window_mid(WINDOW *win);
void window_rgt(WINDOW *win);