diff options
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) { |