php-tui / term

low-level terminal manipulation library for PHP
MIT License
30 stars 4 forks source link

Disabling mouse capture doesn't return mouse control to the terminal #9

Closed dantleech closed 11 months ago

dantleech commented 12 months ago

After disabling mouse capture and exiting the events.php application the terminal (in my case kitty) is not able to make mouse selections.

Check the escape code and see if this is expected behavior.