diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index b56f72d95..edb7879db 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -771,7 +771,7 @@ Example of terminal with WeeChat: ▲ bars "status" and "input" bar "nicklist" ▲ .... -The screen is divided up into the following areas: +By default, the screen is divided up into the following areas: * chat area (middle of screen) with chat lines, and for each line: ** time @@ -866,6 +866,13 @@ Other items available (not used in bars by default): | window_number | `2` | Current window number. |=== +Each aspect of the layout can be customized with the appropriate <>: +<> to customize the bars, +<> and <> +to customize <>, +and <> to name, save and restore the screen layout +and the association between windows and buffers. + [[command_line]] === Command line @@ -1108,11 +1115,18 @@ Examples of buffers: * irc private messages A _window_ is a screen area which displays a buffer. It is possible to split -your screen into many windows. +your screen into many windows (examples <>, +see the <> for details). Each window displays one buffer. A buffer can be hidden (not displayed by a window) or displayed by one or more windows. +Screen layouts and the association between windows and buffers can be +<>. + +[[window_split_examples]] +==== Examples + Example of horizontal split (`/window splith`): ....