# window ## Subcommands ### [window/split window creation](/documentation/help/1.4/window_creation)
* window new * window close * window list * window hide * window show
:::{toctree} :maxdepth: 1 :hidden: creation ::: ### [window changing](/documentation/help/1.4/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.4/window_properties)
* window level * window immortal * window server * window number * window name * window history * window theme * window stick * window hidelevel
:::{toctree} :maxdepth: 1 :hidden: attribute manipulation ::: ### [window items](/documentation/help/1.4/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.4/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.4/window_resizing)
* window grow * window shrink * window size * window balance
:::{toctree} :maxdepth: 1 :hidden: split resizing ::: ### [split window navigation](/documentation/help/1.4/window_navigation)
* window up * window down * window left * window right
:::{toctree} :maxdepth: 1 :hidden: split navigation ::: ### [split window moving](/documentation/help/1.4/window_split_moving)
* window stick * window move left * window move right * window move up * window move down
:::{toctree} :maxdepth: 1 :hidden: split moving ::: ### [logging](/documentation/help/1.4/window_logging)
* window log * window logfile
:::{toctree} :maxdepth: 1 :hidden: logging ::: ## Parameters ## | | | | --- | --- | | `-right`: | Makes the command work on the width instead of height, or create the split window to the right instead of top. | | `-directional`: | Set the split window in the given direction to the current one active, or move the current window to the sticky group of the split window in the given direction. (If no sticky group remains, the split window collapses.) | 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. LEVEL and HIDELEVEL modify the currently set level. Without arguments, the current level is displayed. Levels listed starting with `+` are added to the current levels. Levels listed starting with `-` are removed from the current levels. To clear the levels, start the new level setting with `NONE`. Levels listed starting with `^` are either removed or added from the current setting, depending on whether they were previously set or not (since Irssi 1.5). Levels listed as is are also added to the current levels. Afterwards, the new level setting is displayed. ## 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 HIDELEVEL ^JOINS ^PARTS ^QUITS /WINDOW LOGFILE ~/logs/notices.log ## See also ## [JOIN](/documentation/help/1.4/join), [LEVELS](/documentation/help/1.4/levels), [LOG](/documentation/help/1.4/log), [QUERY](/documentation/help/1.4/query)