From 04cf8dd207c79ee4331de684d1e9fc2bfa437547 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 30 Apr 2016 03:16:30 -0400 Subject: pull event loop handling into its own file --- src/pty-unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pty-unix.h') 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); -- cgit v1.2.3-54-g00ecf