Adding upstream version 3.30~pre4.
[syslinux-debian/hramrach.git] / com32 / lib / sys / colortable.c
blobaa1ed6ed6a58088adfe0e01f98d078ff4d19eb50
1 #include <colortbl.h>
3 static struct color_table default_color_table[] = {
4 {"default", "0", 0xffffffff, 0x00000000 }
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));