Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / docs / help / in / window.in
index 7af71dc4b68a69a3aa4d99e02c28f750ac526f46..cd7acae202fbb664ea8ae0fc5c51bbad1d5ac3b0 100644 (file)
@@ -6,7 +6,7 @@ irssi windows.
 
 /WINDOW CLOSE
    - Closes the current window.
-/WINDOW MOVE #NUMBER|PREV|NEXT
+/WINDOW MOVE #NUMBER|LEFT|RIGHT
    - Moves current window to another position in the
      window list.
 /WINDOW GOTO #NUMBER
@@ -23,6 +23,12 @@ irssi windows.
    - /window level all -msgs - creates status window
 /WINDOW NEW [HIDDEN|SPLIT] 
    - creates new hidden/splitted window, 
+/WINDOW ITEM MOVE <number>|<name>
+   - with a numeric argument, moves the active window
+     item of the active window to the window with
+     refnum <number>.
+     with a string argument, moves the window item with
+     name <name> to the active window.
 
 Window logging
         
@@ -32,9 +38,9 @@ Window logging
 /WINDOW LOGFILE <filename> 
    - Sets the default log file to use in the window, it can be
      overridden by specifying the file name in /WINDOW LOG. 
-     If no file name isn't given, Irssi defaults to 
+     If no file name is given, Irssi defaults to 
      ~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window 
      doesn't have a name.
 
-See also: SET CREATE, JOIN, QUERY, LOG
+See also: SET CREATE, JOIN, QUERY, LOG, LEVELS