qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: Duplicate initializer in curses_keys.h


From: andrzej zaborowski
Subject: [Qemu-devel] Re: Duplicate initializer in curses_keys.h
Date: Mon, 27 Oct 2008 20:44:26 +0100

2008/10/27 Blue Swirl <address@hidden>:
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]