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
3830:bb5ea3ace922
for
color.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2005-01-27 10:46:52 (
4 years
ago)
Author:
Bill Nottingham <notting@…>
Branch:
HEAD
Message:
Support for the "default" color in Slang.
Files:
1 modified
color.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
color.c
r3480
r3830
156
156
static char *get_color_name (char *dest, size_t destlen, int val)
157
157
{
158
static char * missing[3] = {"brown", "lightgray", "
"};
158
static char * missing[3] = {"brown", "lightgray", "
default
"};
159
159
int i;
160
160
Download in other formats:
Unified Diff
Zip Archive