UNPKG

tabby-trzsz

Version:

Supports trzsz ( trz / tsz ), which similar to rz / sz, and compatible with tmux.

13 lines (12 loc) 577 B
import { ConfigService, HotkeysService } from "tabby-core"; import { ElectronHostWindow, ElectronService } from "tabby-electron"; import { TerminalDecorator, BaseTerminalTabComponent } from "tabby-terminal"; export declare class TrzszDecorator extends TerminalDecorator { private config; private hostWindow; private electron; private cancelEvent; constructor(config: ConfigService, hotkeys: HotkeysService, hostWindow: ElectronHostWindow, electron: ElectronService); attach(terminal: BaseTerminalTabComponent<any>): void; private attachToSession; }