From 4f65f5dca089be77ba2bd1ada630966c6e01e88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 19 Apr 2009 21:07:11 +0000 Subject: [PATCH] * Patch by Olivier to fix the function key assignments, a.k.a. as bug #2853. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30269 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/VTKeyTbl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/terminal/VTKeyTbl.c b/src/apps/terminal/VTKeyTbl.c index bc2dadc385..51e877a611 100644 --- a/src/apps/terminal/VTKeyTbl.c +++ b/src/apps/terminal/VTKeyTbl.c @@ -53,11 +53,11 @@ char *function_key_char_table [] = "\033OR", "\033OS", "\033[15~", -"\033[16~", "\033[17~", "\033[18~", "\033[19~", "\033[20~", "\033[21~", -"\033[22~", +"\033[23~", +"\033[24~", };