summaryrefslogtreecommitdiff
path: root/src/gui/gui-line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-line.h')
-rw-r--r--src/gui/gui-line.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h
index d09009380..483e53fce 100644
--- a/src/gui/gui-line.h
+++ b/src/gui/gui-line.h
@@ -60,7 +60,9 @@ struct t_gui_lines
int lines_hidden; /* 1 if at least one line is hidden */
int buffer_max_length; /* max length for buffer name (for */
/* mixed lines only) */
+ int buffer_max_length_refresh; /* refresh asked for buffer max len. */
int prefix_max_length; /* max length for prefix align */
+ int prefix_max_length_refresh; /* refresh asked for prefix max len. */
};
/* line functions */