Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191365
b: refs/heads/master
c: 6055390
h: refs/heads/master
i:
  191363: 20248da
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 15, 2010
1 parent 96f8f41 commit 2913046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ebaa2838a751125c113072486334d7b4e63f9ad
refs/heads/master: 605539034f208d365f76af8e2152cb25f702367d
4 changes: 3 additions & 1 deletion trunk/tools/perf/util/newt.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ static int ui_browser__run(struct ui_browser *self, const char *title,
newtFormAddHotKey(self->form, NEWT_KEY_PGDN);
newtFormAddHotKey(self->form, NEWT_KEY_HOME);
newtFormAddHotKey(self->form, NEWT_KEY_END);
newtFormAddHotKey(self->form, NEWT_KEY_LEFT);

if (ui_browser__refresh_entries(self) < 0)
return -1;
Expand Down Expand Up @@ -408,6 +409,7 @@ static int ui_browser__run(struct ui_browser *self, const char *title,
}
break;
case NEWT_KEY_ESCAPE:
case NEWT_KEY_LEFT:
case CTRL('c'):
case 'Q':
case 'q':
Expand Down Expand Up @@ -616,7 +618,7 @@ static void hist_entry__annotate_browser(struct hist_entry *self)
if (hist_entry__annotate(self, &head) < 0)
return;

ui_helpline__push("Press ESC to exit");
ui_helpline__push("Press <- or ESC to exit");

memset(&browser, 0, sizeof(browser));
browser.entries = &head;
Expand Down

0 comments on commit 2913046

Please sign in to comment.