From 26067af4bf684d2f76514471306d516d2c2414c8 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 18 Sep 2025 16:54:09 +1000 Subject: [PATCH] TODO.md --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..cf3fa00 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +- [ ] Learn about different terminals and supported escape sequences +- [ ] Create an alternative to ncurses, migrate away from ncurses to be standalone +- [ ] 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`)