view etc/images/ezimage/box-plus.xpm @ 108718:27118d0de280

* isearch.el (isearch-mode-map): Bind more keys to isearch-help-map: [f1], [help], and (char-to-string help-char) instead of "\C-h". (Bug#6222)
author Juri Linkov <juri@jurta.org>
date Fri, 21 May 2010 01:01:57 +0300
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_box_plus_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #D19200",
"                    ",
"  ..............    ",
" .++++++++++++++.   ",
" .++@@@@@@+@@@@@+.  ",
" .+@+@@@@@@+@@@@@+. ",
" .+@@++++++++++++++.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@++@@@@@+.",
" .+@@+@@@@@++@@@@@+.",
" .+@@+@@@++++++@@@+.",
" .+@@+@@@++++++@@@+.",
"  .+@+@@@@@++@@@@@+.",
"   .++@@@@@++@@@@@+.",
"    .++++++++++++++.",
"     .............. "};