Function DispEnd() Foundation
Displays buffered screen output.
DispEnd() --> NIL
The return value of DispEnd() is always NIL.
DispEnd() ends the buffering of screen output started by DispBegin(). After DispEnd() the contents of the buffer are displayed on the screen.
DispEnd() is always used with DispBegin(). With complex screen output a display is kept off the screen until the buffer is released by DispEnd(). Accelerated screen updating is attained.
A detailed description of DispBegin()/DispEnd() is found under DispBegin().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.