# $EPIC: window_move_to.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $
window move_to <number>
This moves the current window to the <number>th position from the top, counting from 1 (the top-most window). If <number> is greater than the number of windows on the screen, the current window is made the bottom window on the screen.
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
This operation first appeared in EPIC4-1.1.8.