1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

core: add note about buffers that are not opened in /help layout

This commit is contained in:
Sébastien Helleu
2021-06-27 10:35:04 +02:00
parent 253598d83c
commit e84a3676f6
22 changed files with 261 additions and 81 deletions
+6 -1
View File
@@ -7950,7 +7950,12 @@ command_init ()
"Without argument, this command displays stored layouts.\n"
"\n"
"The current layout can be saved on /quit command with the option "
"\"weechat.look.save_layout_on_exit\"."),
"\"weechat.look.save_layout_on_exit\".\n"
"\n"
"Note: the layout only remembers windows split and buffers numbers. "
"It does not open buffers. That means for example you must still "
"auto-join IRC channels to open the buffers, the saved layout only "
"applies once the buffers are opened."),
"store %(layouts_names)|buffers|windows buffers|windows"
" || apply %(layouts_names)|buffers|windows buffers|windows"
" || leave"