| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2c2b658 commit fe5d453
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,15 +90,6 @@ process.stdout.on('resize', () => { | |||
| 90 | 90 | }); | |
| 91 | 91 | ``` | |
| 92 | 92 | ||
| 93 | - *Note*: On Windows resize events will be emitted only if stdin is unpaused | ||
| 94 | - (by a call to `resume()` or by adding a data listener) and in raw mode. It can | ||
| 95 | - also be triggered if a terminal control sequence that moves the cursor is | ||
| 96 | - written to the screen. Also, the resize event will only be signaled if the | ||
| 97 | - console screen buffer height was also changed. For example shrinking the | ||
| 98 | - console window height will not cause the resize event to be emitted. Increasing | ||
| 99 | - the console window height will only be registered when the new console window | ||
| 100 | - height is greater than the current console buffer size. | ||
| 101 | - | ||
| 102 | 93 | ### writeStream.columns | |
| 103 | 94 | <!-- YAML | |
| 104 | 95 | added: v0.7.7 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments