VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.63k stars 236 forks source link

Integrate vt100 support #617

Open danwalmsley opened 6 years ago

danwalmsley commented 6 years ago

Port this to avalonia

danwalmsley commented 6 years ago

https://github.com/darrenstarr/VtNetCore

danwalmsley commented 6 years ago

This will take the form of 1) a general purpose terminal, likely connected to bash on unix, powershell on windows, and mac unknown. 2) a configurable terminal that can be connected to ssh, serialport, telnet, and other stuff (possibly programs)

3) debugged and run executables could be connected to it too.

danwalmsley commented 6 years ago

To attach to a process on windows need bindings for winpty :(

danwalmsley commented 6 years ago

Ok only Linux and Mac pty support required now @jameswalmsley