applyToTerminal method
Queues this script on terminal.
Implementation
void applyToTerminal(MockTerminal terminal) {
applyToInput(terminal.mockInput);
}
Queues this script on terminal.
void applyToTerminal(MockTerminal terminal) {
applyToInput(terminal.mockInput);
}