Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / docs / help / in / window.in
1
2 @SYNTAX:window@
3
4 This command includes various subcommands for handling
5 irssi windows.
6
7 /WINDOW CLOSE
8    - Closes the current window.
9 /WINDOW MOVE #NUMBER|LEFT|RIGHT
10    - Moves current window to another position in the
11      window list.
12 /WINDOW GOTO #NUMBER
13    - Moves into the specified window.
14 /WINDOW GOTO ACTIVE 
15    - finds the first window with the higest
16      activity (msgs to you -> msgs -> rest). Alt-A is 
17      the default shortcut key for this
18 /WINDOW GOTO #CHANNEL|NICK|=NICK 
19    - moves you to the window with the channel, query or 
20      dcc chat.
21 /WINDOW LEVEL [+/-]PUB/MSGS/...
22    - /window level msgs      - creates messages window
23    - /window level all -msgs - creates status window
24 /WINDOW NEW [HIDDEN|SPLIT] 
25    - creates new hidden/splitted window, 
26 /WINDOW ITEM MOVE <number>|<name>
27    - with a numeric argument, moves the active window
28      item of the active window to the window with
29      refnum <number>.
30      with a string argument, moves the window item with
31      name <name> to the active window.
32
33 Window logging
34         
35 /WINDOW LOG ON|OFF|TOGGLE [<filename>]
36    - Start/stop logging the active window. This works exactly like
37      /LOG OPEN -window.
38 /WINDOW LOGFILE <filename> 
39    - Sets the default log file to use in the window, it can be
40      overridden by specifying the file name in /WINDOW LOG. 
41      If no file name is given, Irssi defaults to 
42      ~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window 
43      doesn't have a name.
44
45 See also: SET CREATE, JOIN, QUERY, LOG, LEVELS
46