X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sidebar.c;h=937dd20acecb9cfd7734a2c1fad982ed53e9d02d;hb=e1b13201d6b3f691babc70a744d215b4542fca91;hp=e914533fd3eb12b3fa5bedbfdef2812fe343eeb8;hpb=4b257b64105713fc439d8a00db97a117319e8009;p=apps%2Fmadmutt.git diff --git a/sidebar.c b/sidebar.c index e914533..937dd20 100644 --- a/sidebar.c +++ b/sidebar.c @@ -251,7 +251,8 @@ int draw_sidebar(int menu) { if ( SidebarWidth == 0 ) return 0; /* draw the divider */ - SETCOLOR(MT_COLOR_STATUS); + //SETCOLOR(MT_COLOR_STATUS); + SETCOLOR(MT_COLOR_SIDEBAR); for (lines = option (OPTSTATUSONTOP) ? 0 : 1; lines < LINES-1-(menu != MENU_PAGER || option (OPTSTATUSONTOP)); lines++ ) { move(lines, SidebarWidth - delim_len);