From cb9816ec8911ba993bc7837b5c4264a4b4e4bdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 6 Sep 2025 14:21:04 -0700 Subject: bugfixes --- ptyim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptyim.c b/ptyim.c index caa0f0f..bf84ec7 100644 --- a/ptyim.c +++ b/ptyim.c @@ -11,7 +11,7 @@ #include #include #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 -- cgit v1.1