mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
perf annotate browser: Exit when pressing ESC or the left arrow
We lost that functionality on ed7e566, restore it. Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-z8eb8af2x46x42lgpn1ustid@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
437cfe7a37
commit
7296d66aca
@ -285,6 +285,8 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx,
|
||||
timer, arg, delay_secs);
|
||||
}
|
||||
break;
|
||||
case NEWT_KEY_LEFT:
|
||||
case NEWT_KEY_ESCAPE:
|
||||
case 'q':
|
||||
case CTRL('c'):
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user