Terman is an experimental terminal multiplexer.
- Trait to abstract away all terminal codes.
- Parse terminal codes and call trait methods.
- Grid/screen implementation for the terminal screen.
- Finish implementing all codes.
- TTY/Process allocation and hooking it to the screen.
- Consider alternative architectures for this.
- Scrollback
- Selections and copy/paste
- Multiple windows (screen divisions)
- Multiple tabs
- Commands
- Configurability/pluggability