billiob pushed a commit to branch master.

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

commit f124aea76e0460ed40f007be4df46dc9e8ddbe3f
Author: Boris Faure <[email protected]>
Date:   Sat Aug 9 14:16:37 2014 +0200

    fix F1-F4 on normal mode (do like xterm)
    
    Tested on vim and mc.
---
 src/bin/keyin.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/keyin.c b/src/bin/keyin.c
index 67f50cc..c977349 100644
--- a/src/bin/keyin.c
+++ b/src/bin/keyin.c
@@ -285,10 +285,10 @@ static const Keyout keyout[] =
    KEY("Help",         "\033[28~"),
    KEY("Execute",      "\033[3~"),
    KEY("Select",       "\033[4~"),
-   KEY("F1",           "\033[11~"), // \033OP
-   KEY("F2",           "\033[12~"), // \033OQ
-   KEY("F3",           "\033[13~"), // \033OR
-   KEY("F4",           "\033[14~"), // \033OR
+   KEY("F1",           "\033OP"),
+   KEY("F2",           "\033OQ"),
+   KEY("F3",           "\033OR"),
+   KEY("F4",           "\033OS"),
    KEY("F5",           "\033[15~"),
    KEY("F6",           "\033[17~"),
    KEY("F7",           "\033[18~"),

-- 


Reply via email to