Hi Is it currently possible to use uv_spawn to open a terminal program?
On UNIX it would probably require connecting the child process stdin/stdout/stderr to a pseudo-terminal(I have no idea how that works on windows). If not supported natively by libuv(I think it's not since there's no UV_CREATE_PTY flag for uv_spawn), is there any workaround I can use? Thanks in advance -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
