aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/newt.c1
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)
750 750
751 browser.width += 18; /* Percentage */ 751 browser.width += 18; /* Percentage */
752 ui_browser__show(&browser, self->ms.sym->name); 752 ui_browser__show(&browser, self->ms.sym->name);
753 newtFormAddHotKey(browser.form, ' ');
753 ret = ui_browser__run(&browser, &es); 754 ret = ui_browser__run(&browser, &es);
754 newtFormDestroy(browser.form); 755 newtFormDestroy(browser.form);
755 newtPopWindow(); 756 newtPopWindow();