aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
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/term.h
parent2adc1256bafe38d350f83a3e7ccc4e6becf919a1 (diff)
downloadrunes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.tar.gz
runes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.zip
pull event loop handling into its own file
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/term.h b/src/term.h
index 4a052d4..7393b0a 100644
--- a/src/term.h
+++ b/src/term.h
@@ -7,8 +7,7 @@ struct runes_term {
VT100Screen scr;
RunesConfig config;
RunesDisplay display;
-
- uv_loop_t *loop;
+ RunesLoop loop;
};
void runes_term_init(RunesTerm *t, int argc, char *argv[]);