From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6739] Sparse fixes: remove duplicate entry
Date: Sat, 07 Mar 2009 15:53:15 +0000 [thread overview]
Message-ID: <E1Lfypv-00080u-L1@cvs.savannah.gnu.org> (raw)
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 */
reply other threads:[~2009-03-07 15:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Lfypv-00080u-L1@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).