Site Tools


window_move_to
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


window_move_to [2006/08/29 16:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: window_move_to.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $
 +======Synopsis:======
 +[[window]] move_to <number>
 +
 +======Description:======
 +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.
 +
 +======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.
  
window_move_to.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1