diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 14:21:04 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 14:21:04 -0700 |
commit | cb9816ec8911ba993bc7837b5c4264a4b4e4bdc1 (patch) | |
tree | ee7719d10336e3a7a8334e6676d14138f2d46155 /ptyim.c | |
parent | 3e4e3f17a8bd10ed510fbdd31c71af4d98508981 (diff) |
bugfixes
Diffstat (limited to 'ptyim.c')
-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 |