From 6ceb606a155d2950ca7e5fd2165997246494caeb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 May 2014 21:52:59 -0400 Subject: more refactoring --- src/pty-unix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pty-unix.h') diff --git a/src/pty-unix.h b/src/pty-unix.h index 0d96aa9..cf9fdf6 100644 --- a/src/pty-unix.h +++ b/src/pty-unix.h @@ -5,6 +5,10 @@ struct runes_pty { int master; int slave; pid_t child_pid; + + char readbuf[RUNES_READ_BUFFER_LENGTH]; + int readlen; + int remaininglen; }; void runes_pty_backend_spawn_subprocess(RunesTerm *t); -- cgit v1.2.3-54-g00ecf