From 8fe3f476f0d443ea21fb5f3986156fbd31bcdff3 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 13:33:22 -0700 Subject: fixed im toggle passthrough bug --- im.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/im.h b/im.h index dc171a8..47d0511 100644 --- a/im.h +++ b/im.h @@ -87,6 +87,8 @@ int update_im_state(char input, char * output) { if (!im_on) { clear_im_buffer(); } + //do not passthrough the toggle + return 0; } //just passthrough if the im is off if (!im_on) { -- cgit v1.1