view etc/images/close.xpm @ 105195:5b4bbf79ac2a

* comint.el (comint-exec, comint-run, make-comint): Doc fixes (Bug#4542).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Sep 2009 03:42:22 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};