You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"4 5 6 1",
|
|
" c Gray3",
|
|
". c #6a6a6a",
|
|
"X c #888888",
|
|
"o c #acacac",
|
|
"O c #cdcdcd",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++",
|
|
"++Xo",
|
|
"+X .",
|
|
"++o.",
|
|
"+++O"
|
|
};
|