summaryrefslogtreecommitdiff
path: root/curses_keys.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 15:53:15 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 15:53:15 +0000
commite6f2870e257923e537b0808a5a27ab491fca539f (patch)
tree7ec2f689c37649e1f17e10f6f545d1a90ea950ed /curses_keys.h
parent80deece241098192470892c5aacbbc607226f454 (diff)
downloadqemu-e6f2870e257923e537b0808a5a27ab491fca539f.tar.gz
Sparse fixes: remove duplicate entry
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6739 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'curses_keys.h')
-rw-r--r--curses_keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses_keys.h b/curses_keys.h
index fd2545168b..4c6f3db0dc 100644
--- a/curses_keys.h
+++ b/curses_keys.h
@@ -206,7 +206,7 @@ static const int curses2keycode[CURSES_KEYS] = {
[0x006] = 33 | CNTRL, /* Control + f */
[0x007] = 34 | CNTRL, /* Control + g */
[0x008] = 35 | CNTRL, /* Control + h */
- [0x00a] = 36 | CNTRL, /* Control + j */
+ /* Control + j collides with Return */
[0x00b] = 37 | CNTRL, /* Control + k */
[0x00c] = 38 | CNTRL, /* Control + l */