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

linked list to keep track of past directory indexes

This commit is contained in:
nova
2025-08-18 21:07:18 +02:00
parent 55cd4077b1
commit f25768d522
5 changed files with 57 additions and 1 deletions

1
main.c
View File

@@ -191,6 +191,7 @@ void init() {
threading_init(); /* found in threading.c */
colors_init(); /* in colors.c */
ueberzug_init(); /* in file_previews.c */
dir_init(); /*in dir.c */
ESCDELAY = 10;
char *start_path = getcwd(NULL, 0);