view etc/letter.xpm @ 43411:796cc474ce32

* make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". "sed q" is a portable equivalent to plain "head -1".
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Feb 2002 06:50:24 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c #000000",
" 	c #FFFFFF",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};