add a semi-functional TUI

This commit is contained in:
2024-01-06 17:53:01 +01:00
parent 14f177e3f9
commit a5734d1323
3 changed files with 240 additions and 72 deletions

View File

@@ -13,4 +13,4 @@ clean:
rm -f *.o
all: todo.o main.o
$(CC) $(CFLAGS) todo.o main.o -o todd
$(CC) $(CFLAGS) todo.o main.o -lncurses -o todd