Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
445:bdc861d0f856
for
color.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1998-10-14 01:32:35 (
10 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Adding some necessary ifdefs to color.c, From
Irving_Wolfe@….
Files:
1 modified
color.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
color.c
r437
r445
755
755
int dry_run = 0;
756
756
757
#ifdef HAVE_COLOR
757
758
if(option(OPTNOCURSES) || has_colors())
758
759
dry_run = 1;
759
760
#else
761
if(option(OPTNOCURSES))
762
dry_run = 1;
763
#endif
764
760
765
return _mutt_parse_color(buff, s, err, parse_attr_spec, dry_run);
761
766
}
Download in other formats:
Unified Diff
Zip Archive