Experimental upper/lowercase patch

This commit is contained in:
Michiel Broek
2001-10-15 21:17:13 +00:00
parent 1d93315673
commit a1dc702c8a
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
*
* File ..................: ledit.c
* Purpose ...............: Line Editor
* Last modification date : 27-Sep-2001
* Last modification date : 14-Oct-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -1509,6 +1509,7 @@ char *get_color(int c)
case LIGHTMAGENTA: return (char *)"lightmagenta";
case YELLOW: return (char *)"yellow";
case WHITE: return (char *)"white";
default: return NULL;
}
}