aboutsummaryrefslogtreecommitdiffstats
path: root/pty-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pty-unix.c')
-rw-r--r--pty-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pty-unix.c b/pty-unix.c
index 6eda780..a5264f9 100644
--- a/pty-unix.c
+++ b/pty-unix.c
@@ -117,7 +117,7 @@ static void runes_pty_backend_got_data(uv_work_t *req, int status)
t = data->data.t;
if (data->len > 0) {
- runes_vt100_process_string(t, data->buf, data->len);
+ runes_parser_process_string(t, data->buf, data->len);
uv_queue_work(
t->loop, req, runes_pty_backend_read, runes_pty_backend_got_data);
}