summaryrefslogtreecommitdiff
path: root/ptyim.c
diff options
context:
space:
mode:
Diffstat (limited to 'ptyim.c')
-rw-r--r--ptyim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptyim.c b/ptyim.c
index caa0f0f..bf84ec7 100644
--- a/ptyim.c
+++ b/ptyim.c
@@ -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