From 9f80defcd51d2c429de55e1209dfa8f6fd22bc69 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 22:10:16 -0700 Subject: added escape sequence detector state machine fixed glitch where exiting only happens after 1 final keypress input --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4806a5d..2b3d7ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ptyim: ptyim.c im.h boshiamy.h +ptyim: ptyim.c im.h escape.h boshiamy.h gcc ptyim.c -o ptyim install: ptyim cp ptyim /usr/bin/ptyim -- cgit v1.1