openwrt_archive/sound/cmus/patches/010-do_not_use_ACS_VLINE.patch
Jo-Philipp Wich 407947fb98 [PATCH] cmus music player Makefile
This adds the "cmus" package to packages.


SVN-Revision: 26784
2011-04-29 15:09:16 +00:00

12 lines
334 B
Diff

--- a/ui_curses.c
+++ b/ui_curses.c
@@ -928,7 +928,7 @@ static void draw_separator(void)
(void) mvaddch(0, tree_win_w, ' ');
bkgdset(pairs[CURSED_SEPARATOR]);
for (row = 1; row < LINES - 3; row++)
- (void) mvaddch(row, tree_win_w, ACS_VLINE);
+ (void) mvaddch(row, tree_win_w, '|');
}
static void do_update_view(int full)