sim-card
/
qemu
Archived
10
0
Fork 0

Typo in curses_keys.h.

(Dan Nelson)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4084 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2008-03-18 06:55:27 +00:00
parent 3397f6c8e3
commit eb24dadde5
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ int curses2keycode[CURSES_KEYS] = {
[0x001] = 30 | CNTRL, /* Control + a */
[0x013] = 31 | CNTRL, /* Control + s */
[0x014] = 32 | CNTRL, /* Control + d */
[0x004] = 32 | CNTRL, /* Control + d */
[0x006] = 33 | CNTRL, /* Control + f */
[0x007] = 34 | CNTRL, /* Control + g */
[0x008] = 35 | CNTRL, /* Control + h */