You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documented all ITerminal members with jsdoc #107 via @Tyriar
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', ...) or ITerminal.resume() to resume the stream #99 via @Tyriar, @hexa00
Improve exception reporting on Windows and prevent possible pointer leaks #102 via @Tyriar, @rprichard