1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453)

This commit is contained in:
Sebastien Helleu
2008-10-02 18:03:27 +02:00
parent f51f02547e
commit 2ffd141cf4
41 changed files with 1960 additions and 267 deletions
+2
View File
@@ -39,6 +39,7 @@
#include "../gui/gui-filter.h"
#include "../gui/gui-hotlist.h"
#include "../gui/gui-keyboard.h"
#include "../gui/gui-layout.h"
#include "../gui/gui-main.h"
#include "../gui/gui-window.h"
#include "../plugins/plugin.h"
@@ -78,6 +79,7 @@ debug_dump (int crash)
gui_window_print_log ();
gui_buffer_print_log ();
gui_layout_print_log ();
gui_keyboard_print_log (NULL);
gui_filter_print_log ();
gui_bar_print_log ();