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

Fix infinite loop with /layout apply and bug when applying layout, sometimes many /layout apply were needed (bug #26110)

This commit is contained in:
Sebastien Helleu
2010-03-29 16:30:23 +02:00
parent 88853df080
commit 56526db5cf
4 changed files with 47 additions and 9 deletions
+2
View File
@@ -77,6 +77,8 @@ struct t_gui_buffer
int number; /* buffer number (for jump/switch) */
int layout_number; /* the number of buffer saved in */
/* layout */
int layout_applied; /* used when applying layout, to */
/* know if layout has been applied */
char *name; /* buffer name */
char *short_name; /* short buffer name */
enum t_gui_buffer_type type; /* buffer type (formatted, free, ..) */