From: Arnaldo Carvalho de Melo Date: Thu, 12 Aug 2010 15:37:51 +0000 (-0300) Subject: perf ui browser: Add routines to compactly specify exit keys X-Git-Tag: v2.6.37-rc1~214^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1c952e37c7511a52f617ceddbc10c855d45d7b;p=pandora-kernel.git perf ui browser: Add routines to compactly specify exit keys This makes the usual idiom for specifying a series of key codes to exit ui_browser__run() for specialized processing (search, annotate, etc) or plain exiting the browser more compact. It also abstracts away some more libnewt operations. At some point we'll also replace NEWT_KEY_foo with something that can be mapped to NEWT or, say, gtk. Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Stephane Eranian LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed