summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-27 18:46:52 +0000
committerBill Nottingham <notting@redhat.com>2005-01-27 18:46:52 +0000
commitb6f483006a9d9f7780bc54b23aa8ff55f7b0ec53 (patch)
tree9c9a3a4dccf7bfba1bd10f6c08f28129945c82e5 /color.c
parentb86a173150c60960b096a73a77907e62e800c1ff (diff)
Support for the "default" color in Slang.
Diffstat (limited to 'color.c')
-rw-r--r--color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.c b/color.c
index 2d013e73..f7b5d650 100644
--- a/color.c
+++ b/color.c
@@ -155,7 +155,7 @@ void ci_start_color (void)
#ifdef USE_SLANG_CURSES
static char *get_color_name (char *dest, size_t destlen, int val)
{
- static char * missing[3] = {"brown", "lightgray", ""};
+ static char * missing[3] = {"brown", "lightgray", "default"};
int i;
switch (val)