summaryrefslogtreecommitdiff
path: root/utils/newparser/skin_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/newparser/skin_structs.h')
-rw-r--r--utils/newparser/skin_structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/newparser/skin_structs.h b/utils/newparser/skin_structs.h
index 7dec7f85dc..5755120e74 100644
--- a/utils/newparser/skin_structs.h
+++ b/utils/newparser/skin_structs.h
@@ -51,6 +51,11 @@ struct progressbar {
51 bool have_bitmap_pb; 51 bool have_bitmap_pb;
52}; 52};
53 53
54struct line {
55 unsigned update_mode;
56 bool eat_line_ending;
57};
58
54struct subline { 59struct subline {
55 int timeout; 60 int timeout;
56 int current_line; 61 int current_line;