~ubuntu-branches/ubuntu/gutsy/irssi/gutsy

« back to all changes in this revision

Viewing changes to docs/help/in/window.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Bjälevik
  • Date: 2007-04-28 02:52:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070428025201-2c4swxnpn4wr7fpg
Tags: 0.8.11-0ubuntu1
* New upstream release:
  - http://www.irssi.org/news/ChangeLog
* debian/{control,compat}:
  - Bump Standards.
* debian/patches/00list:
  - Disable 05upgrade-check-binary.patch, applied upstream.
  - Disable 08doublefree.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
   - /window level all -msgs - creates status window
24
24
/WINDOW NEW [HIDDEN|SPLIT] 
25
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.
26
32
 
27
33
Window logging
28
34
        
32
38
/WINDOW LOGFILE <filename> 
33
39
   - Sets the default log file to use in the window, it can be
34
40
     overridden by specifying the file name in /WINDOW LOG. 
35
 
     If no file name isn't given, Irssi defaults to 
 
41
     If no file name is given, Irssi defaults to 
36
42
     ~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window 
37
43
     doesn't have a name.
38
44