make note.

SVN revision: 72887
This commit is contained in:
Carsten Haitzler 2012-06-26 14:45:38 +00:00
parent 44763cd614
commit 3f10088e8a
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,8 @@ _key_try(Termpty *ty, const Keyout *map, Evas_Event_Key_Down *ev)
void
keyin_handle(Termpty *ty, Evas_Event_Key_Down *ev)
{
// XXX: handle Multi_Key composition. see:
// http://en.wikipedia.org/wiki/Compose_key
if (ty->state.crlf)
{
if (_key_try(ty, crlf_keyout, ev)) return;