diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-07-21 17:55:32 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-07-27 11:24:31 -0300 |
commit | b61b55ed995fd2765cd4ec0b22f0348dee272070 (patch) | |
tree | 319b4580a5825eb3844587dee482b4bdaa208c59 /tools/perf | |
parent | 8a6c5b261c1188379469807d84bfb1365d0f6823 (diff) | |
download | linux-b61b55ed995fd2765cd4ec0b22f0348dee272070.tar.bz2 |
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>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/newt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/newt.c b/tools/perf/util/newt.c index ab6eb368cbf5..2f5f7a1878cf 100644 --- a/tools/perf/util/newt.c +++ b/tools/perf/util/newt.c @@ -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(); |