add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / sound / cmus / patches / 010-do_not_use_ACS_VLINE.patch
1 --- a/ui_curses.c
2 +++ b/ui_curses.c
3 @@ -928,7 +928,7 @@ static void draw_separator(void)
4         (void) mvaddch(0, tree_win_w, ' ');
5         bkgdset(pairs[CURSED_SEPARATOR]);
6         for (row = 1; row < LINES - 3; row++)
7 -               (void) mvaddch(row, tree_win_w, ACS_VLINE);
8 +               (void) mvaddch(row, tree_win_w, '|');
9  }
10  
11  static void do_update_view(int full)