user interactions now possible

This commit is contained in:
nova
2025-02-27 18:54:23 +01:00
parent b9606e601a
commit 965351968f
3 changed files with 59 additions and 22 deletions

5
interactions.h Normal file
View File

@ -0,0 +1,5 @@
#include <curses.h>
#include <pthread.h>
#include "interactions.c"
void user_interactions(char *input, unsigned int *status);