From 9a178602e7f4e2bc8cd57363794a54a08ba4f1f8 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: Fri, 12 Sep 2025 23:02:08 -0700 Subject: Removed debug print --- ptyim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ptyim.c b/ptyim.c index 329e371..c402684 100644 --- a/ptyim.c +++ b/ptyim.c @@ -196,7 +196,6 @@ int main (int argc, char * argv[], char * envp[]) { //feeds input char into the escape state //machine in_state = update_esc_state(read_buffer, 1, in_state); - fprintf(stderr, "%c: %d\n", read_buffer[0],in_state); //skips if the char was anything but //normal if (in_state == NORMAL || in_state ==DOUBLE_ESC) { -- cgit v1.1