From fb315713be2c7f33a4e7cf7d8074cf7049f4de6f Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 13 Feb 2026 13:22:55 +1000 Subject: [PATCH] update project --- README.md | 3 +++ TODO.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39e96cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## Cursetree +Anything is better than ncurses... And yeah realistically you should just use rust, +but masochists like me will continue using C. So here, enjoy cursetree <3 diff --git a/TODO.md b/TODO.md index eec8193..5c53eee 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ -- [ ] Learn about different terminals and supported escape sequences -- [ ] Create an alternative to ncurses, migrate away from ncurses to be standalone +- [X] Learn about different terminals and supported escape sequences - [ ] Try to use graph theory and shortest-path estimation on weighted graphs - (I think there's a new best algorithm out now) - [ ] Create a C library for reading/writing and terminal commands based on terminfo databases (try running `infocmp -D`)