# $EPIC: window_move_to.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $ ======Synopsis:====== [[window]] move_to ======Description:====== This moves the current window to the th position from the top, counting from 1 (the top-most window). If is greater than the number of windows on the screen, the current window is made the bottom window on the screen. ======Example:====== To move the current window so it's the top window on the screen /WINDOW MOVE_TO 1 To move the current window so it's second-from-the-top on the screen /WINDOW MOVE_TO 2 To move the current window so it's the bottom window on the screen. ;-) /WINDOW MOVE_TO 9999 ======History:====== This operation first appeared in EPIC4-1.1.8.