aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-30 03:16:30 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-30 03:21:07 -0400
commit04cf8dd207c79ee4331de684d1e9fc2bfa437547 (patch)
tree004afaa7ea1400694ff8563f0991b5e9f880b124 /src/runes.c
parent2adc1256bafe38d350f83a3e7ccc4e6becf919a1 (diff)
downloadrunes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.tar.gz
runes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.zip
pull event loop handling into its own file
Diffstat (limited to 'src/runes.c')
-rw-r--r--src/runes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runes.c b/src/runes.c
index b71add6..c424ef6 100644
--- a/src/runes.c
+++ b/src/runes.c
@@ -10,7 +10,7 @@ int main (int argc, char *argv[])
runes_term_init(&t, argc, argv);
- uv_run(t.loop, UV_RUN_DEFAULT);
+ runes_loop_run(&t);
runes_term_cleanup(&t);