mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
This commit is contained in:
parent
f1a0a4be63
commit
8413b47ba7
3 changed files with 23 additions and 0 deletions
|
@ -129,6 +129,7 @@ int PyMac_setfiletype(char *, long, long); /* Set file creator and type */
|
|||
/* from macmain.c: */
|
||||
void PyMac_Exit(int);
|
||||
void PyMac_InitApplication(void);
|
||||
void PyMac_OutputSeen(void);
|
||||
#ifdef USE_MAC_APPLET_SUPPORT
|
||||
void PyMac_InitApplet(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue