vle-displaypause


(vle-displaypause  pauseDisplay)

enables or disables display updates - when disabled, any update of the screen is suppressed until enabled again

Arguments

pauseDisplay  T  disables display updates; NIL  enables display updates

Return

T   when display updates are disabled
NIL when display updates are enabled

Example


Alias


Remarks

this function can be nested - but each call with 'T' should be paired by a call with 'NIL';
when Lisp execution is finished, the display will be automatically enabled for safety



©  Bricsys NV. All rights reserved.