head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2; locks; strict; comment @# @; 1.2 date 2005.02.07.07.47.43; author cs; state dead; branches; next 1.1; 1.1 date 2005.01.20.15.32.10; author cs; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: mutt15 1.5.6i -> 1.5.7i @ text @--- menu.c.orig 2004-02-01 18:10:57.000000000 +0100 +++ menu.c 2005-01-20 16:20:14.733413000 +0100 @@@@ -45,6 +45,7 @@@@ { if (*s < M_TREE_MAX) { +#ifndef USE_SLANG_CURSES if (do_color) { pair_content(PAIR_NUMBER(ColorDefs[MT_COLOR_TREE]), &f1, &b1); @@@@ -52,6 +53,7 @@@@ if (b1 == b2) SETCOLOR (MT_COLOR_TREE); } +#endif while (*s && *s < M_TREE_MAX) { switch (*s) @@@@ -133,7 +135,9 @@@@ } s++, n--; } +#ifndef USE_SLANG_CURSES if (do_color) attrset(attr); +#endif } else if ((k = mbrtowc (&wc, (char *)s, n, &mbstate)) > 0) { @ 1.1 log @modifying package: mutt15-1.5.6i 20040205 -> 20050120 @ text @@