Commit f24645a991e6758a4544ed7667cf919fea328a95

Authored by Ingo Molnar

Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme…

…/linux-2.6 into perf/urgent

Showing 1 changed file Side-by-side Diff

tools/perf/util/ui/browsers/annotate.c
... ... @@ -146,6 +146,7 @@
146 146 return -1;
147 147  
148 148 newtFormAddHotKey(self->b.form, NEWT_KEY_LEFT);
  149 + newtFormAddHotKey(self->b.form, NEWT_KEY_RIGHT);
149 150  
150 151 nd = self->curr_hot;
151 152 if (nd) {
... ... @@ -178,7 +179,7 @@
178 179 }
179 180 out:
180 181 ui_browser__hide(&self->b);
181   - return 0;
  182 + return es->u.key;
182 183 }
183 184  
184 185 int hist_entry__tui_annotate(struct hist_entry *self)