Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304844
b: refs/heads/master
c: cf2dacc
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Apr 19, 2012
1 parent 255f898 commit 5032f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 8bf39cb81bdad01ad0d830e8c3639b9e8f552d57
refs/heads/master: cf2dacc5608ca950d6a7a92bf6a5f9f9bcf13b92
6 changes: 4 additions & 2 deletions trunk/tools/perf/ui/browsers/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ static void annotate_browser__write(struct ui_browser *self, void *entry, int ro
slsmg_write_nstring(" ", 9);
}

SLsmg_write_char(':');
slsmg_write_nstring(" ", 8);
SLsmg_set_char_set(1);
SLsmg_write_char(SLSMG_VLINE_CHAR);
SLsmg_set_char_set(0);
SLsmg_write_char(' ');

/* The scroll bar isn't being used */
if (!self->navkeypressed)
Expand Down

0 comments on commit 5032f08

Please sign in to comment.