aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.c b/display.c
index 7cd502d..82ecd30 100644
--- a/display.c
+++ b/display.c
@@ -14,6 +14,7 @@ void runes_display_init(RunesTerm *t)
t->cr = NULL;
t->alternate_cr = NULL;
+ t->alternate = 0;
t->colors[0] = cairo_pattern_create_rgb(0.0, 0.0, 0.0);
t->colors[1] = cairo_pattern_create_rgb(1.0, 0.0, 0.0);