mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -130,6 +130,8 @@ int PyMac_setfiletype(char *, long, long); /* Set file creator and type */
|
|||
void PyMac_Exit(int);
|
||||
void PyMac_InitApplication(void);
|
||||
void PyMac_OutputSeen(void);
|
||||
void PyMac_OutputNotSeen(void);
|
||||
int PyMac_GetDelayConsoleFlag(void);
|
||||
#ifdef USE_MAC_APPLET_SUPPORT
|
||||
void PyMac_InitApplet(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue