Skip to content

Commit

Permalink
Merge pull request #452 from meganrogge/master
Browse files Browse the repository at this point in the history
fix #451
  • Loading branch information
Tyriar authored Jan 14, 2021
2 parents 7128592 + 0c70381 commit e21978a
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 e21978a

Please sign in to comment.