This shows you the differences between two versions of the page.
— |
window_move [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: window_move.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[window]] move <number> | ||
+ | |||
+ | ======Description:====== | ||
+ | This moves the current window the specified number of positions down | ||
+ | the screen. If the specified number would move the window off the | ||
+ | screen, it is "wrapped" back to the top. | ||
+ | |||
+ | For example, assume there are 3 windows on the screen, and the current | ||
+ | one is the topmost window. Moving it by 1 would place it in the middle, | ||
+ | swapping position with the window that was in the middle. | ||
+ | |||
+ | ======History:====== | ||
+ | This operation was already present in ircII2.1.5g. | ||