public TerminalWidget(ITerminalFrontend provider, IBackgroundOperationDispatcher dispatcher) { _frontend = provider; _dispatcher = dispatcher; _frontend.LinesUpdated += () => { }; }
protected Installer(ITerminalFrontend terminal) { Terminal = terminal; }
public Core(ITerminalFrontend terminal) : base(terminal) { }
public CliModule(ITerminalFrontend terminal) { Terminal = terminal; }