view etc/images/execute.xpm @ 69225:a2d5fbc00b3e

(Interaction): Added item about `org-mouse.el' by Piotr Zielinski. (Managing links, Managing links): Documented that also mouse-1 can be used to activate a link. (Headlines, FAQ): Added entry about hiding leading stars. (Miscellaneous): Resorted the sections in this chapter to a more logical sequence.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 01 Mar 2006 07:08:45 +0000
parents 7b615e6c0ea5
children
line wrap: on
line source

/* XPM */
static char * mail_exec_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c white",
/* pixels */
"                        ",
"                        ",
"                        ",
"                 ..     ",
"             XX  ..     ",
"         oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX         ",
"     OO  oo             ",
"     OO      +   ..     ",
"             XX  ..     ",
"         oo  XX         ",
"     OO  oo             ",
"     OO                 ",
"                        ",
"                        ",
"                        ",
"                        "};