AvalonStudio icon indicating copy to clipboard operation
AvalonStudio copied to clipboard

Integrate vt100 support

Open danwalmsley opened this issue 6 years ago • 4 comments

Port this to avalonia

danwalmsley avatar Mar 16 '18 20:03 danwalmsley

https://github.com/darrenstarr/VtNetCore

danwalmsley avatar Mar 17 '18 16:03 danwalmsley

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)

  1. debugged and run executables could be connected to it too.

danwalmsley avatar Mar 20 '18 20:03 danwalmsley

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

danwalmsley avatar Mar 27 '18 23:03 danwalmsley

Ok only Linux and Mac pty support required now @jameswalmsley

danwalmsley avatar Apr 14 '18 12:04 danwalmsley