Various window-manager events, such as focus selection and closing of
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Feb 1992 22:09:58 +0000 (22:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Feb 1992 22:09:58 +0000 (22:09 +0000)
commit1b7033031ab7862bc178ffd3f16facae62e7ca1b
treed7d31f5900891a429c5cb0a15314f5d9a6e4bb94
parentf2e5df63fb734c3955d081eebc1a4dd12f2cc4de
Various window-manager events, such as focus selection and closing of
X windows, are passed back from KEYBOARD-READ as special events to be
executed by the caller.  Previously, these were handled by the X
terminal abstraction.  This allows the caller to recognize that the
user is doing something unusual, and to behave accordingly.  For
example, incremental search treats such events exactly like other
complicated editor commands: the search is terminated before the
command is executed.
v7/src/edwin/basic.scm
v7/src/edwin/comred.scm
v7/src/edwin/curren.scm
v7/src/edwin/edwin.pkg
v7/src/edwin/input.scm
v7/src/edwin/iserch.scm
v7/src/edwin/kmacro.scm
v7/src/edwin/prompt.scm
v7/src/edwin/simple.scm
v7/src/edwin/tterm.scm
v7/src/edwin/xterm.scm