mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
This commit is contained in:
parent
6a9aec47b7
commit
8a38714ba0
7 changed files with 274 additions and 27 deletions
|
|
@ -137,7 +137,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define PYTHONOPTIONS_ID 228
|
||||
#define PYTHONOPTIONSOVERRIDE_ID 229
|
||||
|
||||
#define POPT_VERSION_CURRENT 6 /* Current version number */
|
||||
#define POPT_VERSION_CURRENT 7 /* Current version number */
|
||||
#define POPT_KEEPCONSOLE_NEVER 0
|
||||
#define POPT_KEEPCONSOLE_OUTPUT 1
|
||||
#define POPT_KEEPCONSOLE_ERROR 2
|
||||
|
|
@ -158,6 +158,7 @@ typedef struct PyMac_PrefRecord {
|
|||
unsigned char tabwarn;
|
||||
unsigned char nosite;
|
||||
unsigned char nonavservice;
|
||||
unsigned char delayconsole;
|
||||
} PyMac_PrefRecord;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue