billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=a482eda31ae0cb56e7c1967e16aeae9206da4310

commit a482eda31ae0cb56e7c1967e16aeae9206da4310
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Aug 31 17:02:59 2014 +0200

    fix miniview not showing up
---
 src/bin/keyin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/keyin.c b/src/bin/keyin.c
index 260fc94..230c6e1 100644
--- a/src/bin/keyin.c
+++ b/src/bin/keyin.c
@@ -739,7 +739,7 @@ keyin_handle(Keys_Handler *khdl, Termpty *ty, const 
Evas_Event_Key_Down *ev,
              termio_paste_selection(ty->obj, ELM_SEL_TYPE_CLIPBOARD);
              return EINA_TRUE;
           }
-        else if (!strcmp(ev->keyname, "h"))
+        else if (!strcasecmp(ev->keyname, "h"))
           {
              term_miniview_toggle(termio_term_get(ty->obj));
              return EINA_TRUE;

-- 


Reply via email to