Change KEYBOARD-READ, KEYBOARD-PEEK, and KEYBOARD-PEEK-NO-HANG to
authorChris Hanson <org/chris-hanson/cph>
Sun, 1 Aug 1993 00:16:08 +0000 (00:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 1 Aug 1993 00:16:08 +0000 (00:16 +0000)
commitf6d9a9ec5712a574c2c996b371c30a1439b863fb
tree8aa684a066141c2a8c77c0f919571e33b144c58a
parent83e349e500a91a3cb1f810f7134922c46fd6e427
Change KEYBOARD-READ, KEYBOARD-PEEK, and KEYBOARD-PEEK-NO-HANG to
intercept "update" and "resize" events and to handle them rather than
returning them.  Other events with potentially troublesome actions are
returned as before.  Additionally, several places where input events
were discarded have been fixed -- input events must ALWAYS be handled.
v7/src/edwin/comred.scm
v7/src/edwin/edwin.pkg
v7/src/edwin/input.scm
v7/src/edwin/prompt.scm
v7/src/edwin/tterm.scm
v7/src/edwin/xterm.scm