* [Qemu-devel] Duplicate initializer in curses_keys.h
@ 2008-10-27 19:39 Blue Swirl
2008-10-27 19:44 ` [Qemu-devel] " andrzej zaborowski
2008-10-27 19:45 ` [Qemu-devel] " Samuel Thibault
0 siblings, 2 replies; 3+ messages in thread
From: Blue Swirl @ 2008-10-27 19:39 UTC (permalink / raw)
To: andrzej zaborowski, qemu-devel@nongnu.org
Sparse complains about initializer entry defined twice in curses_keys.h:
['\t'] = 15, /* Tab */
[0x009] = 23 | CNTRL, /* Control + i */
Which one is correct?
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] Re: Duplicate initializer in curses_keys.h
2008-10-27 19:39 [Qemu-devel] Duplicate initializer in curses_keys.h Blue Swirl
@ 2008-10-27 19:44 ` andrzej zaborowski
2008-10-27 19:45 ` [Qemu-devel] " Samuel Thibault
1 sibling, 0 replies; 3+ messages in thread
From: andrzej zaborowski @ 2008-10-27 19:44 UTC (permalink / raw)
To: Blue Swirl; +Cc: qemu-devel@nongnu.org
2008/10/27 Blue Swirl <blauwirbel@gmail.com>:
> Sparse complains about initializer entry defined twice in curses_keys.h:
> ['\t'] = 15, /* Tab */
> [0x009] = 23 | CNTRL, /* Control + i */
>
> Which one is correct?
Turns out both are correct :-p Ctrl + i and Tab are indistinguishable
in console. While it doesn't matter when the guest is also a unix
console, I guess Tab is more useful so I'll remove ^I.
Cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Duplicate initializer in curses_keys.h
2008-10-27 19:39 [Qemu-devel] Duplicate initializer in curses_keys.h Blue Swirl
2008-10-27 19:44 ` [Qemu-devel] " andrzej zaborowski
@ 2008-10-27 19:45 ` Samuel Thibault
1 sibling, 0 replies; 3+ messages in thread
From: Samuel Thibault @ 2008-10-27 19:45 UTC (permalink / raw)
To: qemu-devel
Blue Swirl, le Mon 27 Oct 2008 21:39:00 +0200, a écrit :
> Sparse complains about initializer entry defined twice in curses_keys.h:
> ['\t'] = 15, /* Tab */
> [0x009] = 23 | CNTRL, /* Control + i */
>
> Which one is correct?
Both :)
I'd say we should keep 15.
Samuel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-27 19:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 19:39 [Qemu-devel] Duplicate initializer in curses_keys.h Blue Swirl
2008-10-27 19:44 ` [Qemu-devel] " andrzej zaborowski
2008-10-27 19:45 ` [Qemu-devel] " Samuel Thibault
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).