So I've seen projects like Dyos and Snap!Nix Neo which have text-based output, and as of me writing this Dyos's terminal works a bit weirdly, and neither support ANSI escape sequences. So let's change that, and create a terminal emulator that supports ANSI and can easily be integrated into any project. I've created a SMERGE for this, alongside a simple terminal as a basis point, which can be accessed here.
Here's what I want out of this:
A terminal emulator that:
Can output text sent to it
Can take keyboard input and give it to the program
Would it be possible to make it like zsh (like auto-completion for text, numbers, programs, and files)? And maybe this could even be a tool that you could load into your project for debugging things like variables and broadcasts through a window that you can spawn