Commit eb24dadde5f62b532bb887ba38e468f65692d96b
1 parent
3397f6c8
Typo in curses_keys.h.
(Dan Nelson) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4084 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
curses_keys.h
... | ... | @@ -198,7 +198,7 @@ int curses2keycode[CURSES_KEYS] = { |
198 | 198 | |
199 | 199 | [0x001] = 30 | CNTRL, /* Control + a */ |
200 | 200 | [0x013] = 31 | CNTRL, /* Control + s */ |
201 | - [0x014] = 32 | CNTRL, /* Control + d */ | |
201 | + [0x004] = 32 | CNTRL, /* Control + d */ | |
202 | 202 | [0x006] = 33 | CNTRL, /* Control + f */ |
203 | 203 | [0x007] = 34 | CNTRL, /* Control + g */ |
204 | 204 | [0x008] = 35 | CNTRL, /* Control + h */ | ... | ... |