From: Arnaldo Carvalho de Melo Date: Mon, 16 Aug 2010 13:43:54 +0000 (-0300) Subject: perf annotate tui: Fix exit and RIGHT keys handling X-Git-Tag: v2.6.36-rc2~40^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91846213241e3c46da8cbe992bceb1697de8d78;p=pandora-kernel.git perf annotate tui: Fix exit and RIGHT keys handling As part of ongoing effort to reduce the coupling with libnewt, browsers are being changed to return the exit key. The annotate browser is not returning it as expected by builtin-annotate when annotating multiple symbols (when 'perf annotate' is called without specifying a symbol name). Fix it by returning the exit key and also adding the RIGHT key as a exit key so that going to the next symbol in the TUI can work again. Cc: Frederic Weisbecker Cc: Peter Zijlstra LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed