* [Qemu-devel] [6739] Sparse fixes: remove duplicate entry
@ 2009-03-07 15:53 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-07 15:53 UTC (permalink / raw)
To: qemu-devel
Revision: 6739
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6739
Author: blueswir1
Date: 2009-03-07 15:53:15 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Sparse fixes: remove duplicate entry
Modified Paths:
--------------
trunk/curses_keys.h
Modified: trunk/curses_keys.h
===================================================================
--- trunk/curses_keys.h 2009-03-07 15:50:18 UTC (rev 6738)
+++ trunk/curses_keys.h 2009-03-07 15:53:15 UTC (rev 6739)
@@ -206,7 +206,7 @@
[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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-07 15:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 15:53 [Qemu-devel] [6739] Sparse fixes: remove duplicate entry Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).