applyToTerminal method

void applyToTerminal(
  1. MockTerminal terminal
)

Queues this script on terminal.

Implementation

void applyToTerminal(MockTerminal terminal) {
  applyToInput(terminal.mockInput);
}