diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-12 22:10:16 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-12 22:10:16 -0700 |
commit | 9f80defcd51d2c429de55e1209dfa8f6fd22bc69 (patch) | |
tree | ae85eb7f102e52c4bed629bb94650039a4383497 /Makefile | |
parent | 9e388285b965509fea6aa9cdb52b4aacf3a8728c (diff) |
added escape sequence detector state machine
fixed glitch where exiting only happens after 1 final keypress input
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |