glgui suspend - part-cw/lambdanative GitHub Wiki
(glgui-suspend)
glgui-suspend stops the rendering of the display elements. It is most commonly found in the suspend function (fourth element) of the main procedure declaration.
Example
Example 1: Stop gui rendering, as found at the bottom of apps/uSquish/main.scm
(lambda () (glgui-suspend))