update project
This commit is contained in:
parent
c9645b1f19
commit
fb315713be
2 changed files with 4 additions and 3 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -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
|
||||||
4
TODO.md
4
TODO.md
|
|
@ -1,7 +1,5 @@
|
||||||
- [ ] Learn about different terminals and supported escape sequences
|
- [X] 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
|
- [ ] 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
|
- [ ] Create a C library for reading/writing and terminal commands based on terminfo databases
|
||||||
(try running `infocmp -D`)
|
(try running `infocmp -D`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue