Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed May 24, 2019
1 parent 2e7e774 commit d7ccd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ const DISCARD_WATERMARK = 10000000; // FIXME: should this be bigger?
* Flow control watermarks for the write buffer.
* low: send resume to pty
* high: send pause to pty
*
*
* TODO: make this configurable
*/
const LOW_WATERMARK = 100000;
const HIGH_WATERMARK = 300000;

/**
* Flow control PAUSE/RESUME messages.
*
*
* TODO: make this configurable
*/
const FLOW_CONTROL_PAUSE = '\x1b^p\x1b\\'; // PM p ST
Expand Down

0 comments on commit d7ccd9f

Please sign in to comment.