packages/sound/cmus/patches/010-do_not_use_ACS_VLINE.patch
jow 7bf7232525 [PATCH] cmus music player Makefile
This adds the "cmus" package to packages.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26784 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)