Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-07 06:35:02 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-07 06:35:02 +0300
commitc8fae3c17b252cccdde8022d495e913ea1ffbdd2 (patch)
tree78263242bac0143290b05289375016d2b57be664 /winsup/cygwin/fhandler_console.cc
parent6c2d501195c2fe43882250ed9579d4377f39487d (diff)
* fhandler_console.cc (keytable[]): Revert previous change. It would break too
many things.
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r--winsup/cygwin/fhandler_console.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 6f55b7bee..5be009eb9 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -1592,11 +1592,11 @@ static struct {
{VK_END, {"\033[4~", "\033[4~", "\033[4~", "\033\033[4~"}},
{VK_INSERT, {"\033[2~", "\033[2~", "\033[2~", "\033\033[2~"}},
{VK_DELETE, {"\033[3~", "\033[3~", "\033[3~", "\033\033[3~"}},
- {VK_F1, {"\033[OP", "\033[23~", NULL, NULL}},
- {VK_F2, {"\033[OQ", "\033[24~", NULL, NULL}},
- {VK_F3, {"\033[OR", "\033[25~", NULL, NULL}},
- {VK_F4, {"\033[OS", "\033[26~", NULL, NULL}},
- {VK_F5, {"\033[15~", "\033[28~", NULL, NULL}},
+ {VK_F1, {"\033[[A", "\033[23~", NULL, NULL}},
+ {VK_F2, {"\033[[B", "\033[24~", NULL, NULL}},
+ {VK_F3, {"\033[[C", "\033[25~", NULL, NULL}},
+ {VK_F4, {"\033[[D", "\033[26~", NULL, NULL}},
+ {VK_F5, {"\033[[E", "\033[28~", NULL, NULL}},
{VK_F6, {"\033[17~", "\033[29~", "\036", NULL}},
{VK_F7, {"\033[18~", "\033[31~", NULL, NULL}},
{VK_F8, {"\033[19~", "\033[32~", NULL, NULL}},