Changeset 4490:9855b4b114ba for color.c
Legend:
- Unmodified
- Added
- Removed
-
color.c
r4343 r4490 310 310 char *eptr; 311 311 312 if ( mutt_strncasecmp (s, "bright", 6) == 0)312 if (ascii_strncasecmp (s, "bright", 6) == 0) 313 313 { 314 314 *attr |= brite; … … 317 317 318 318 /* allow aliases for xterm color resources */ 319 if ( mutt_strncasecmp (s, "color", 5) == 0)319 if (ascii_strncasecmp (s, "color", 5) == 0) 320 320 { 321 321 s += 5;
