view etc/images/gud/remove.xpm @ 83534:1be0f422f5e8

Fix typo in lisp/term/xterm.el. * lisp/term/xterm.el (xterm-function-map): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-574
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Jul 2006 10:31:20 +0000
parents 96c76ff2e77b
children
line wrap: on
line source

/* XPM */
static char * clear_xpm[] = {
"24 24 3 1",
" 	c None",
".	c #cc0033",
"X	c #F0F0F0",
"                        ",
"                        ",
"                        ",
"                        ",
"          ....          ",
"        ........        ",
"       ..........       ",
"      .XX......XX.      ",
"     ...XX....XX...     ",
"     ....XX..XX....     ",
"    ......XXXX......    ",
"    .......XX.......    ",
"    ......XXXX......    ",
"    .....XX..XX.....    ",
"     ...XX....XX...     ",
"     ..XX......XX..     ",
"      .X........X.      ",
"       ..........       ",
"        ........        ",
"          ....          ",
"                        ",
"                        ",
"                        ",
"                        "};