(name: string)
| 124 | } |
| 125 | |
| 126 | public static findExisting(name: string): PtyTerminal { |
| 127 | return PtyTerminal.oldOnes[name]; |
| 128 | } |
| 129 | |
| 130 | // pause and resume are used when the terminal should appear to not take any input |
| 131 | // all further input is lost. Output will still be processed |
no outgoing calls
no test coverage detected