Add litmus test

Original patch by Dylan O'Donnell
This commit is contained in:
Pasi Kallinen
2015-04-13 18:30:49 +03:00
parent 0b0c769a05
commit eba5bf7d5e
5 changed files with 14 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ NEARDATA struct c_color_names c_color_names = {
"black", "amber", "golden",
"light blue", "red", "green",
"silver", "blue", "purple",
"white"
"white", "orange"
};
struct menucoloring *menu_colorings = NULL;