TerminalParams

provides _terminalExecutable, _terminalTty, setTerminalExecutable, and setTerminalTty

Members

Functions

setTerminalExecutable
void setTerminalExecutable(string terminalExecutable)

set external terminal parameters before execution

setTerminalTty
void setTerminalTty(string terminalTty)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_terminalExecutable
string _terminalExecutable;

executable file name for external console/terminal

_terminalTty
string _terminalTty;
Undocumented in source.

Meta