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
5291:3869e46f6fd4
for
color.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-11-08 11:26:05 (
13 months
ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:
Turn down some debug logging levels
Files:
1 modified
color.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
color.c
r4951
r5291
255
255
init_pair(i, fg, bg);
256
256
257
dprint
(1,
(debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n",
258
UserColors));
257
dprint
(3,
(debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n",
258
UserColors));
259
259
260
260
return (COLOR_PAIR (p->index));
Download in other formats:
Unified Diff
Zip Archive