On Tue, May 13, 2008 at 05:38:48PM -0600, jordan.crouse@amd.com wrote:
Enable the ESC key to close coreinfo - useful if you are using a chooser and want to return to it.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com Index: coreinfo/coreinfo.c =================================================================== --- coreinfo.orig/coreinfo.c 2008-05-13 14:52:50.000000000 -0600 +++ coreinfo/coreinfo.c 2008-05-13 14:52:54.000000000 -0600 @@ -256,6 +256,8 @@ } }
if (key == 0x1B)
How about something like KEY_ESC? Doesn't seem to exist yet, but would be nice.
Uwe.