| 97 | * Real terminal using process.stdin/stdout |
| 98 | */ |
| 99 | export class ProcessTerminal implements Terminal { |
| 100 | private wasRaw = false; |
| 101 | private inputHandler?: (data: string) => void; |
| 102 | private resizeHandler?: () => void; |
nothing calls this directly
no outgoing calls
no test coverage detected