Commit e6f2870e257923e537b0808a5a27ab491fca539f

Authored by blueswir1
1 parent 80deece2

Sparse fixes: remove duplicate entry

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6739 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
curses_keys.h
... ... @@ -206,7 +206,7 @@ static const int curses2keycode[CURSES_KEYS] = {
206 206 [0x006] = 33 | CNTRL, /* Control + f */
207 207 [0x007] = 34 | CNTRL, /* Control + g */
208 208 [0x008] = 35 | CNTRL, /* Control + h */
209   - [0x00a] = 36 | CNTRL, /* Control + j */
  209 + /* Control + j collides with Return */
210 210 [0x00b] = 37 | CNTRL, /* Control + k */
211 211 [0x00c] = 38 | CNTRL, /* Control + l */
212 212  
... ...