diff options
-rw-r--r-- | ptyim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include <string.h> #include <signal.h> #include "im.h" -#define WRITE_BUFFER_LEN 32 +#define WRITE_BUFFER_LEN 128 //determines if the master process is running int running = 1; //hook for when the pty child process dies |