fixed keyboard scrolling

This commit is contained in:
Boris Faure 2014-09-03 20:54:39 +02:00
parent 0d754439a5
commit 91a0254dc6
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ keyin_handle(Keys_Handler *khdl, Termpty *ty, const Evas_Event_Key_Down *ev,
if (kb->cb(ty->obj))
{
keyin_compose_seq_reset(khdl);
goto end;
return EINA_TRUE;
}
}