Added SILC Thread Queue API
[crypto.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|PREV|NEXT
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
27 Window logging
28         
29 /WINDOW LOG ON|OFF|TOGGLE [<filename>]
30    - Start/stop logging the active window. This works exactly like
31      /LOG OPEN -window.
32 /WINDOW LOGFILE <filename> 
33    - Sets the default log file to use in the window, it can be
34      overridden by specifying the file name in /WINDOW LOG. 
35      If no file name isn't given, Irssi defaults to 
36      ~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window 
37      doesn't have a name.
38
39 See also: SET CREATE, JOIN, QUERY, LOG
40