Add new mechanism for registering inferior threads that do output.
authorChris Hanson <org/chris-hanson/cph>
Wed, 19 Feb 1992 00:05:47 +0000 (00:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 19 Feb 1992 00:05:47 +0000 (00:05 +0000)
commit68ada233fb22aa7ab0fe7db18c5b1ba0d88b4d0d
tree59bfd884e2b329101ff73764dc156d302a3b5afc
parentac3eb4395c6215737b4c4bf99b1b186ecdfbf07c
Add new mechanism for registering inferior threads that do output.
Each inferior thread has its own flag to indicate when it needs to do
output, and a thunk that is to be run in the editor to produce the
output.  When the thread wants to do output, it sets the flag; later,
the editor notices that the flag has been set and calls the thunk.
v7/src/edwin/editor.scm
v7/src/edwin/edwin.pkg
v7/src/edwin/intmod.scm