Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix "ReportMousePosition" not working in UI Catalog #536

Closed
BDisp opened this issue May 24, 2020 · 1 comment
Closed

Unix "ReportMousePosition" not working in UI Catalog #536

BDisp opened this issue May 24, 2020 · 1 comment
Labels

Comments

@BDisp
Copy link
Collaborator

BDisp commented May 24, 2020

But works on the Example project.

@tig tig added the bug label May 25, 2020
@BDisp
Copy link
Collaborator Author

BDisp commented May 27, 2020

The cause is the Curses.endwin () call which forces the restoration of linux to default and does not allow any further calls to be made to any Curses functions. It is not easy to solve, because as there are no more Toplevels you can not just call this function if it really is to close the program completely. In windows this is no problem. Same as #515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants