forked from PsychoticNinja/irssi
Document /window item move.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4427 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e9681e4b9e
commit
da4303be07
@ -23,6 +23,12 @@ irssi windows.
|
|||||||
- /window level all -msgs - creates status window
|
- /window level all -msgs - creates status window
|
||||||
/WINDOW NEW [HIDDEN|SPLIT]
|
/WINDOW NEW [HIDDEN|SPLIT]
|
||||||
- creates new hidden/splitted window,
|
- 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
|
Window logging
|
||||||
|
|
||||||
@ -32,7 +38,7 @@ Window logging
|
|||||||
/WINDOW LOGFILE <filename>
|
/WINDOW LOGFILE <filename>
|
||||||
- Sets the default log file to use in the window, it can be
|
- Sets the default log file to use in the window, it can be
|
||||||
overridden by specifying the file name in /WINDOW LOG.
|
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
|
~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window
|
||||||
doesn't have a name.
|
doesn't have a name.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user