dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

chat.xpm (384B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* XPM */
static char *chat[] = {
/* columns rows colors chars-per-pixel */
"14 14 2 1 ",
"  c #7F9F7F",
". c None",
/* pixels */
"..............",
"..............",
"..............",
"....      ....",
"... ...... ...",
"... ...... ...",
"... ...... ...",
"....   .. ....",
"....... . ....",
"........  ....",
"......... ....",
"..............",
"..............",
".............."
};