Adding upstream version 3.50~pre5.
[syslinux-debian/hramrach.git] / com32 / lib / sys / colortable.c
blob5f7e8022bb034c633bea62df1f046c9edf6e1425
1 #include <colortbl.h>
3 static struct color_table default_color_table[] = {
4 {"default", "0", 0xffffffff, 0x00000000, SHADOW_NORMAL }
5 };
7 struct color_table *console_color_table = &default_color_table;
8 int console_color_table_size =
9 (sizeof default_color_table/sizeof(struct color_table));