billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=74912ae1e940d0d3baf2755c2b73fa0554e6b96d
commit 74912ae1e940d0d3baf2755c2b73fa0554e6b96d Author: Boris Faure <[email protected]> Date: Sat Nov 29 22:03:38 2014 +0100 remove dead code. Fix CID 1256184 --- src/bin/keyin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/keyin.c b/src/bin/keyin.c index dadac04..60bbc4e 100644 --- a/src/bin/keyin.c +++ b/src/bin/keyin.c @@ -77,7 +77,6 @@ _key_try(Termpty *ty, const Tty_Key *map, int len, const Evas_Event_Key_Down *ev else if (alt && !ctrl && shift) s = &kv->shift_alt; else if (!alt && ctrl && shift) s = &kv->shift_ctrl; else if (alt && ctrl && shift) s = &kv->shift_ctrl_alt; - else continue; termpty_write(ty, s->s, s->len); return EINA_TRUE; --
