mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
perf ui: Restore SPACE as an alias to PGDN in annotate
Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
8a6c5b261c
commit
b61b55ed99
@ -750,6 +750,7 @@ int hist_entry__tui_annotate(struct hist_entry *self)
|
||||
|
||||
browser.width += 18; /* Percentage */
|
||||
ui_browser__show(&browser, self->ms.sym->name);
|
||||
newtFormAddHotKey(browser.form, ' ');
|
||||
ret = ui_browser__run(&browser, &es);
|
||||
newtFormDestroy(browser.form);
|
||||
newtPopWindow();
|
||||
|
Loading…
Reference in New Issue
Block a user