summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-19 22:02:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-19 22:02:16 (GMT)
commit8413b47ba78c0d98f4310d2d62bb0d88ecb96a53 (patch)
treef17059bae8c1ff2e620c6273c74377622ff655b7 /Mac/Include
parentf1a0a4be630c16e287578977627225b05b9c7292 (diff)
downloadcpython-8413b47ba78c0d98f4310d2d62bb0d88ecb96a53.zip
cpython-8413b47ba78c0d98f4310d2d62bb0d88ecb96a53.tar.gz
cpython-8413b47ba78c0d98f4310d2d62bb0d88ecb96a53.tar.bz2
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.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/macglue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index 3a251e1..372871e 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -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