summaryrefslogtreecommitdiff
path: root/im.h
diff options
context:
space:
mode:
Diffstat (limited to 'im.h')
-rw-r--r--im.h2
1 files changed, 2 insertions, 0 deletions
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) {