Binds a stream variable to a collector pane.
capi
with-random-typeout (stream-variable pane) &body body
stream-variable⇩ |
A symbol (not evaluated). |
pane⇩ |
A pane. |
body⇩ |
Lisp forms. |
The macro with-random-typeout
binds the variable stream-variable to a collector pane stream associated with pane for the scope of the macro and evaluates the forms in body as an implicit progn. The collector pane is automatically mapped and unmapped around the body. If body exits normally, the typeout is not unmapped until the space bar is pressed or the mouse is clicked.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42