view etc/images/smilies/forced.xpm @ 61534:3d7c70a6a91e

(sh-here-document-word): Make it a defcustom. Doc fix. (sh-add): Bash uses $(( )) for arithmetic. (sh-while-getopts) <sh>: Set OPTIND back to 1 at end. (sh-maybe-here-document): Remove quotes and leading whitespace from heredoc word when closing. Indent heredoc with tabs if word starts with "-".
author Glenn Morris <rgm@gnu.org>
date Wed, 13 Apr 2005 18:49:57 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * forced_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+.+++++++.+.",
".+.+++++++.+.",
".+.........+.",
".+++++++++++.",
" ...+++++... ",
"   .......   "};