Enhancements
Bug fixes
- Prevent potential race condition by not resuming the data stream immediately, it is now left up to consumers to either call
ITerminal.on('data', ...)orITerminal.resume()to resume the stream #99 via @Tyriar, @hexa00 - Improve exception reporting on Windows and prevent possible pointer leaks #102 via @Tyriar, @rprichard
- Added
onand other event emitter function to typings #105 via @Tyriar, @rollandjb