Exit here instead (calls PDC_scr_free() on the way out, via atexit()).

This commit is contained in:
William McBrine
2019-09-01 23:42:16 -04:00
parent b7064b4b72
commit 9586814625

View File

@@ -368,7 +368,7 @@ static void _handle_nonmaskable(Widget w, XtPointer client_data, XEvent *event,
Removed on 3-3-2001. Now only exits on WM_DELETE_WINDOW. */
if ((Atom)client_event->data.s[0] == wm_atom[0])
XCursesExit();
exit(0);
}
}