From: Arnaldo Carvalho de Melo Date: Thu, 15 Jul 2010 10:24:30 +0000 (-0300) Subject: perf ui: Make ui_browser__run exit on unhandled hot keys X-Git-Tag: v2.6.36-rc1~532^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66ecd97c1866f9a869643a5b69a984d5ce8f8f1;p=pandora-kernel.git perf ui: Make ui_browser__run exit on unhandled hot keys Right now ENTER doesn't always exits the newt tree widget, as it is used for expanding/collapsing branches, but with the new tree widget being developed we need to regain control to handle it, expanding/collapsing branches. In fact its really up to the ui_browser user to state what extra keys should stop ui_browser__run, and it should handle just the ones needed for basic browsing. Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Stephane Eranian Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed