refresh in editor<%>
Repaints a region of the editor, generally called by an editor administrator. See Editors and Threads for information about edit sequences and refresh requests.
(-> voidsendan-editorrefreshxywidthheightdraw-caretbackground)
x: real number
y: real number
width: non-negative real number
height: non-negative real number
draw-caret: symbol in'(no-caret show-inactive-caret show-caret)
background:color%object or#fThe
x,y,width, andheightarguments specify the area that needs repainting in editor coordinates.See Caret for information about
draw-caret.The
backgroundcolor corresponds to the background of the display; if it is#f, then the display is transparent. An editor should use the given background color as its own background (or not paint the background ofbackgroundis#f).