- Pty forker
- Ascii parser
- Link ascii parser to pty forker
- multiplexer?
- Implement Full Terminal Emulation
- Add Visual/Normal Modes and Commands
- TUI Library
- Plugin System
- Python configuration api?
- Incorperate JEF as plugin
- Text editor as plugin
- Fix blocking I/O on thread join issue
- Figure out how to get child process pwd
- Figure out where deadlock in forker is
- Fix new thread join issue (forgot to close child process whoops)
- 2024-06-15: Forker needs refactor after fixes before it gets any worse
- 2024-06-07: Official project start
- 2024-06-09: Implemented simple ascii escape parser
- 2024-06-11: Implemented basic pty forking functions
- 2024-06-15: Major Fixes