From: handa Date: Fri, 24 Dec 2004 06:10:22 +0000 (+0000) Subject: (reset_ic): Set key_unhandled to 0. X-Git-Tag: REL-1-2-0~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c4e82606a51d0db02e9652ecc6d33f9d1a3e77b4;p=m17n%2Fm17n-lib.git (reset_ic): Set key_unhandled to 0. --- diff --git a/src/input.c b/src/input.c index fa9a694..95a2de6 100644 --- a/src/input.c +++ b/src/input.c @@ -1514,6 +1514,7 @@ reset_ic (MInputContext *ic, MSymbol ignore) MLIST_RESET (ic_info); ic_info->map = ic_info->state ? ic_info->state->map : NULL; ic_info->state_key_head = ic_info->key_head = 0; + ic_info->key_unhandled = 0; ic->cursor_pos = ic_info->state_pos = 0; ic->status = ic_info->state ? ic_info->state->title : NULL; if (! ic->status)