From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lfypx-0000Tc-DC for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:53:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lfypw-0000TN-Un for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:53:17 -0500 Received: from [199.232.76.173] (port=42034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lfypw-0000TI-Ot for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:53:16 -0500 Received: from savannah.gnu.org ([199.232.41.3]:53279 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lfypw-00035E-FJ for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:53:16 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lfypv-000812-Vf for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:53:16 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lfypv-00080u-L1 for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:53:15 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 07 Mar 2009 15:53:15 +0000 Subject: [Qemu-devel] [6739] Sparse fixes: remove duplicate entry Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 */