(s: string)
| 17 | // in scrollback (#398); the persistent lines are printed by the parent |
| 18 | // through the codepage-immune process.stdout path. |
| 19 | function writeStdout(s: string): void { |
| 20 | writeSync(1, s); |
| 21 | } |
| 22 | |
| 23 | const G = getRawWriteGlyphs(); |
| 24 | const SPINNER_GLYPHS = G.spinner; |