You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
But works on the Example project.
The text was updated successfully, but these errors were encountered: