diff --git a/[refs] b/[refs] index d90e58f98620..397613cb4c44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a6c5b261c1188379469807d84bfb1365d0f6823 +refs/heads/master: b61b55ed995fd2765cd4ec0b22f0348dee272070 diff --git a/trunk/tools/perf/util/newt.c b/trunk/tools/perf/util/newt.c index ab6eb368cbf5..2f5f7a1878cf 100644 --- a/trunk/tools/perf/util/newt.c +++ b/trunk/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();