aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.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/pty-unix.h
parent2adc1256bafe38d350f83a3e7ccc4e6becf919a1 (diff)
downloadrunes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.tar.gz
runes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.zip
pull event loop handling into its own file
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index cf9fdf6..e8ee185 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -12,7 +12,7 @@ struct runes_pty {
};
void runes_pty_backend_spawn_subprocess(RunesTerm *t);
-void runes_pty_backend_start_loop(RunesTerm *t);
+void runes_pty_backend_init_loop(RunesTerm *t);
void runes_pty_backend_set_window_size(RunesTerm *t);
void runes_pty_backend_write(RunesTerm *t, char *buf, size_t len);
void runes_pty_backend_request_close(RunesTerm *t);