Added options for keeping window open on normal/error termination

Moved whole exit-handling of console window here (from pythonrun.c)
This commit is contained in:
Jack Jansen 1995-10-27 13:32:30 +00:00
parent 66a8977b0e
commit 0168f279cc
2 changed files with 47 additions and 10 deletions

View file

@ -41,6 +41,8 @@
#define OPT_SUPPRESS 5
#define OPT_UNBUFFERED 6
#define OPT_DEBUGGING 7
#define OPT_KEEPNORMAL 8
#define OPT_KEEPERROR 9
/* Dialog for 'No preferences directory' */
#define NOPREFDIR_ID 133