Gottox / terminal.js

Javascript terminal emulator library that aims to be xterm compliant and is supposed to work in browsers and node.js.
http://terminal.js.org
MIT License
592 stars 69 forks source link

fix: removeListener syntax. #116

Closed IgnasD closed 7 years ago

IgnasD commented 7 years ago

Basically the same issue as #107, just in different place.

Also, do you have any release date for the next version with those fixes? Exception on unpipe gets annoying really fast :)

Gottox commented 7 years ago

Done and done, thanks for the fix!