summaryrefslogtreecommitdiff
path: root/ptyim.c
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-06 14:21:04 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-06 14:21:04 -0700
commitcb9816ec8911ba993bc7837b5c4264a4b4e4bdc1 (patch)
treeee7719d10336e3a7a8334e6676d14138f2d46155 /ptyim.c
parent3e4e3f17a8bd10ed510fbdd31c71af4d98508981 (diff)
bugfixes
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