:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# window
## Subcommands
### [window/split window creation](/documentation/help/1.0/window_creation)
* window new
* window close
* window list
* window hide
* window show
:::{toctree}
:maxdepth: 1
:hidden:
creation
:::
### [window changing](/documentation/help/1.0/window_changing)
* window refnum
* window goto
* window next
* window last
* window previous
* window left
* window right
:::{toctree}
:maxdepth: 1
:hidden:
changing
:::
### [window attribute manipulation](/documentation/help/1.0/window_properties)
* window level
* window immortal
* window server
* window number
* window name
* window history
* window theme
* window stick
:::{toctree}
:maxdepth: 1
:hidden:
attribute manipulation
:::
### [window items](/documentation/help/1.0/window_items)
* window item prev
* window item next
* window item goto
* window item move
:::{toctree}
:maxdepth: 1
:hidden:
items
:::
### [window moving/number changing](/documentation/help/1.0/window_moving)
* window number
* window move prev
* window move next
* window move first
* window move last
* window move
* window move left
* window move right
:::{toctree}
:maxdepth: 1
:hidden:
moving/number changing
:::
### [split window resizing](/documentation/help/1.0/window_resizing)
* window grow
* window shrink
* window size
* window balance
:::{toctree}
:maxdepth: 1
:hidden:
resizing
:::
### [split window navigation](/documentation/help/1.0/window_navigation)
* window up
* window down
* window left
* window right
:::{toctree}
:maxdepth: 1
:hidden:
navigation
:::
### [split window moving](/documentation/help/1.0/window_split_moving)
* window stick
* window move left
* window move right
* window move up
* window move down
:::{toctree}
:maxdepth: 1
:hidden:
moving
:::
### [logging](/documentation/help/1.0/window_logging)
* window log
* window logfile
:::{toctree}
:maxdepth: 1
:hidden:
logging
:::
## Parameters ##
Add the required arguments for the given command. Without arguments, the details (size, immortality, levels, server, name and sticky group) of the currently active window are displayed. If used with a number as argument, same as WINDOW REFNUM.
## Description ##
Manipulates the window layout and positioning attributes.
## Examples ##
/WINDOW CLOSE
/WINDOW ITEM MOVE 10
/WINDOW GOTO 15
/WINDOW GOTO ACTIVE
/WINDOW GOTO mike
/WINDOW GOTO #irssi
/WINDOW NEW HIDDEN
/WINDOW LOG OFF
/WINDOW LOG ON ~/logs/debug.log
/WINDOW LEVEL -ALL +NOTICES
/WINDOW LOGFILE ~/logs/notices.log
## See also ##
[JOIN](/documentation/help/1.0/join), [LEVELS](/documentation/help/1.0/levels), [LOG](/documentation/help/1.0/log), [QUERY](/documentation/help/1.0/query)