qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5559] Control + i and [tab] share keycode in curses, simulate [tab].
@ 2008-10-28  0:11 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-10-28  0:11 UTC (permalink / raw)
  To: qemu-devel

Revision: 5559
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5559
Author:   balrog
Date:     2008-10-28 00:11:06 +0000 (Tue, 28 Oct 2008)

Log Message:
-----------
Control + i and [tab] share keycode in curses, simulate [tab].

Spotted by Blue Swirl.

Modified Paths:
--------------
    trunk/curses_keys.h

Modified: trunk/curses_keys.h
===================================================================
--- trunk/curses_keys.h	2008-10-28 00:03:28 UTC (rev 5558)
+++ trunk/curses_keys.h	2008-10-28 00:11:06 UTC (rev 5559)
@@ -192,7 +192,7 @@
     [0x014] = 20 | CNTRL, /* Control + t */
     [0x019] = 21 | CNTRL, /* Control + y */
     [0x015] = 22 | CNTRL, /* Control + u */
-    [0x009] = 23 | CNTRL, /* Control + i */
+    /* Control + i collides with Tab */
     [0x00f] = 24 | CNTRL, /* Control + o */
     [0x010] = 25 | CNTRL, /* Control + p */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-28  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28  0:11 [Qemu-devel] [5559] Control + i and [tab] share keycode in curses, simulate [tab] Andrzej Zaborowski

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).