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
@@ -76,6 +76,8 @@ struct t_gui_buffer
char *plugin_name_for_upgrade; /* plugin name when upgrading */
int number; /* buffer number (for jump/switch) */
int layout_number; /* the number of buffer saved in */
/* layout */
char *name; /* buffer name */
enum t_gui_buffer_type type; /* buffer type (formated, free, ..) */
int notify; /* 0 = never */