Closed kjpgit closed 1 year ago
It is not supported right now, it'd need to be added in Syscall.cs and presumable some native wrappers for the termios struct.
I'm hacking around this limitation as follows:
execve("sh -c 'stty sane; exec $my_target_prog $my_args'")
I don't see it on http://docs.go-mono.com/?link=N%3aMono.Unix or in grep
I wrote a console app using Tmds.Linux, and it works great on Linux/WSL, but is not portable to Mac currently.
And the .net built-in console support does not seem sufficient. I don't see how to force the tty back to 'echo' mode right before an execve.