TerminalParams

provides _terminalExecutable, _terminalTty, setTerminalExecutable, and setTerminalTty

mixin template TerminalParams () {
string _terminalTty;
}

Members

Functions

setTerminalExecutable
void setTerminalExecutable(string terminalExecutable)

set external terminal parameters before execution

Variables

_terminalExecutable
string _terminalExecutable;

executable file name for external console/terminal

Meta