aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-14 23:59:44 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-14 23:59:44 -0400
commitc607eaf5aab33b8bddb8391efb4eb5729634da28 (patch)
tree1011afb2061e936fae3559f2770c059117c4601c /term.c
parent477be3c585cc82f17606a022258d3a97b05995fe (diff)
downloadrunes-c607eaf5aab33b8bddb8391efb4eb5729634da28.tar.gz
runes-c607eaf5aab33b8bddb8391efb4eb5729634da28.zip
implement scroll regions
Diffstat (limited to 'term.c')
-rw-r--r--term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.c b/term.c
index f395e74..b1b9276 100644
--- a/term.c
+++ b/term.c
@@ -16,6 +16,7 @@ void runes_term_init(RunesTerm *t, int argc, char *argv[])
runes_pty_backend_loop_init(t);
runes_window_backend_loop_init(t, argc, argv);
+ runes_display_post_init(t);
}
void runes_term_cleanup(RunesTerm *t)