Expand description
Code to launch a terminal emulator for relaying input/output.
Structs§
- Console
 - An external console window.
 - Console
Launch Options  - Options to configure a new console window during launch.
 
Functions§
- launch_
console  - 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. Additional launch options can be specified withlaunch_options. - random_
console_ path  - Computes a random console path (pipe path for Windows, Unix socket path for Unix).
 - relay_
console  - Synchronously relays stdio to the pipe (Windows) or socket (Unix) pointed to
by 
path.