diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 13:33:22 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 13:33:22 -0700 |
commit | 8fe3f476f0d443ea21fb5f3986156fbd31bcdff3 (patch) | |
tree | 47ea3e8af2d3ba4c46c74056c152b481c7faa5b9 /im.h | |
parent | 4ae94b6e326486679495f2720022a1f310837f23 (diff) |
fixed im toggle passthrough bug
Diffstat (limited to 'im.h')
-rw-r--r-- | im.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |