aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-11 19:15:07 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-11 19:15:07 -0400
commitaed444fc0352092cd6c3021b79c7bb624c78b464 (patch)
treef0e06bbf2ddb023193291670b2639508ac70a2fe /term.c
parent753f0ff60fb305f0087cb3e24bc24d4bbbfb4632 (diff)
downloadrunes-aed444fc0352092cd6c3021b79c7bb624c78b464.tar.gz
runes-aed444fc0352092cd6c3021b79c7bb624c78b464.zip
no reason to split this out
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.c b/term.c
index 95d4351..e79cf3c 100644
--- a/term.c
+++ b/term.c
@@ -22,6 +22,8 @@ void runes_term_init(RunesTerm *t, int argc, char *argv[])
t->cr = cairo_create(
cairo_surface_create_similar_image(
cairo_get_target(t->backend_cr), CAIRO_FORMAT_RGB24, x, y));
+
+ runes_display_init(t);
}
void runes_term_cleanup(RunesTerm *t)