mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-19 07:22:14 +08:00
* fhandler_console.cc (keytable[]): Revert previous change. It would break too
many things.
This commit is contained in:
parent
6c2d501195
commit
c8fae3c17b
@ -1,3 +1,8 @@
|
||||
2002-11-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* fhandler_console.cc (keytable[]): Revert previous change. It would
|
||||
break too many things.
|
||||
|
||||
2002-11-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a
|
||||
|
@ -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}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user