Skip to content

Commit

Permalink
fix #451
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jan 13, 2021
1 parent 7128592 commit 0c70381
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions typings/node-pty.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@ declare module 'node-pty' {
* @throws Will throw when signal is used on Windows.
*/
kill(signal?: string): void;

/**
* Pauses the pty for customizable flow control.
*/
pause(): void;

/**
* Resumes the pty for customizable flow control.
*/
resume(): void;
}

/**
Expand Down

0 comments on commit 0c70381

Please sign in to comment.