-
It seems like the Pty api hides the underlying event emitters and exposes My motivation is that when managing a container of terminals, I am still getting an So I need a way to prevent the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
All event listeners have a dispose method for disposing the listener: const listener = pty.onData();
listener.dispose(); |
Beta Was this translation helpful? Give feedback.
All event listeners have a dispose method for disposing the listener: