zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
21.99k stars 669 forks source link

fix(screen): send PaneClosed event to plugins also when closing the whole tab #3781

Closed imsnif closed 1 week ago

imsnif commented 1 week ago

The PaneClosed event was not being sent to plugins when the pane was closed as a result of closing an entire tab. This fixes it.