Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205314
b: refs/heads/master
c: b66ecd9
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jul 17, 2010
1 parent 8e5afe9 commit 7183a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 63f20e744a595444f7ab1d47a29c5b74830feb47
refs/heads/master: b66ecd97c1866f9a869643a5b69a984d5ce8f8f1
6 changes: 1 addition & 5 deletions trunk/tools/perf/util/newt.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,8 @@ static int ui_browser__run(struct ui_browser *self, struct newtExitStruct *es)
self->first_visible_entry_idx = self->index - offset;
self->seek(self, -offset, SEEK_END);
break;
case NEWT_KEY_RIGHT:
case NEWT_KEY_LEFT:
case NEWT_KEY_TAB:
return es->u.key;
default:
continue;
return es->u.key;
}
if (ui_browser__refresh_entries(self) < 0)
return -1;
Expand Down

0 comments on commit 7183a91

Please sign in to comment.