chjj / blessed

A high-level terminal interface library for node.js.
Other
11.2k stars 528 forks source link

Can't create a new Screen after destroying the first one #441

Open anasouardini opened 1 month ago

anasouardini commented 1 month ago

I think there is some side effect going on when importing blessed.

I don't even want to destroy screen, but clearing it is not enough, the event listeners and focus don't go away by themselves when you clear the screen and remove children.