Arbortext Command Language > Functions by Alphabetical Listing > window_redisplay
  
window_redisplay
window_redisplay ([window[, flags]])
Redraws the given window. The redrawing takes effect immediately. This is useful in command scripts to show an intermediate state. By default, changes to windows made inside command scripts do not show up until the script completes.
window — The window to redraw.
flags — Redraw options. The following bit values are supported in the flags parameter.
0x0001 — Center the line containing the cursor.
Related Topics
redisplay command