In `Keyboard_Input_Procedure', the test for interrupts just before
authorChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1987 22:56:49 +0000 (22:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1987 22:56:49 +0000 (22:56 +0000)
commit527452cfb6dc0df0de25f6f8e1c39829055b2133
tree8c88fa574e2503d8e2a5b1ecfb078e20ca54e255
parentcd63a9f33596762561f15e46a0ec58088a3187ad
In `Keyboard_Input_Procedure', the test for interrupts just before
calling `getchar' was only looking for `INT_Character'.  Expand this
to include `INT_Timer' as well, since that was causing a problem for
Mitch Resnick.  Why is this restricting which interrupts it looks at?
A priori, I would think it should look at all interrupts.
v7/src/microcode/version.h
v8/src/microcode/version.h