Expand description
Code to launch a terminal emulator for relaying input/output.
Structs§
- An external console window.
Functions§
- Launches the terminal application
app
(or the system default), and launch hvlite as a child of that to relay the data in the pipe/socket referred to bypath
. - Computes a random console path (pipe path for Windows, Unix socket path for Unix).
- Synchronously relays stdio to the pipe (Windows) or socket (Unix) pointed to by
path
.